Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3421508/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3421508,
    "uri": "https://api.kexp.org/v2/plays/3421508/?format=api",
    "airdate": "2024-11-05T00:57:23-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/a41057af-2b50-4653-a3fd-603b5efaad2c/31859572093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a41057af-2b50-4653-a3fd-603b5efaad2c/31859572093-250.jpg",
    "song": "Give Me the Night",
    "track_id": null,
    "recording_id": null,
    "artist": "George Benson",
    "artist_ids": [
        "467f69b6-8d6d-4d2c-bfad-e89adf2806ff"
    ],
    "album": "Give Me the Night",
    "release_id": null,
    "release_group_id": "88be0155-6a0f-4961-a5a5-8d902c7186a8",
    "labels": [
        "Warner"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}