Information about plays

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

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

{
    "id": 3421850,
    "uri": "https://api.kexp.org/v2/plays/3421850/?format=api",
    "airdate": "2024-11-05T21:12:24-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ae34d9c-637c-46c9-9429-d413faab3f4a/30713038548-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ae34d9c-637c-46c9-9429-d413faab3f4a/30713038548-250.jpg",
    "song": "Mamurogawa Ondo (Live at Le Guess Who?)",
    "track_id": null,
    "recording_id": "f1f3d0d1-78e6-4d63-a5c6-e2c17295b99e",
    "artist": "Minyo Crusaders",
    "artist_ids": [
        "1b33c057-e909-49e5-b0ea-6410019b5b70"
    ],
    "album": "Live at Le Guess Who?",
    "release_id": null,
    "release_group_id": "585727f4-a60c-4191-98f8-7f0be0169749",
    "labels": [
        "Mais Um Discos"
    ],
    "label_ids": [
        "f8f885a3-65c5-4dc0-b980-1bb2a3cf5be2"
    ],
    "release_date": "2021-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at their headlining performance at Le Guess Who? Festival, Minyo Crusaders glide over sumptuous tropical grooves that join the dots between cumbia, Ethiopian jazz, Thai pop, Afro funk and reggae.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}