Information about plays

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

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

{
    "id": 3579949,
    "uri": "https://api.kexp.org/v2/plays/3579949/?format=api",
    "airdate": "2025-11-18T19:22:11-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "https://coverartarchive.org/release/27ff540f-e7a4-4112-8201-9a7d46038fba/36591259973-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27ff540f-e7a4-4112-8201-9a7d46038fba/36591259973-250.jpg",
    "song": "Aawoya",
    "track_id": null,
    "recording_id": "088eb412-831b-495c-81ef-21aee34e0aae",
    "artist": "Jembaa Groove",
    "artist_ids": [
        "9a6737a8-13f4-4f1d-8ec9-d1f5d597e2f5"
    ],
    "album": "Susuma",
    "release_id": null,
    "release_group_id": "1f1cfd35-4eb7-4008-8a6a-4087ad97c736",
    "labels": [
        "Agogo Records"
    ],
    "label_ids": [
        "b327e574-982a-4000-9beb-51e0ceae5dda"
    ],
    "release_date": "2022-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berlin based Afro-Jazz group Jembaa Groove was founded by German producer and bassist Yannick Nolting and Ghanian percussion legend and vocalist Eric Owusu in late 2020. This is their debut album. \n\nhttps://www.jembaamusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}