Information about plays

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

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

{
    "id": 3412819,
    "uri": "https://api.kexp.org/v2/plays/3412819/?format=api",
    "airdate": "2024-10-15T06:41:47-07:00",
    "show": 61581,
    "show_uri": "https://api.kexp.org/v2/shows/61581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Obra Akyedzi",
    "track_id": "417dbd21-8169-4880-9e9d-0160a49d31ae",
    "recording_id": "440df205-f963-476d-b31a-5cf388c73c54",
    "artist": "Adrian Younge & Ali Shaheed Muhammad feat. Ebo Taylor",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea",
        "d5ee9a6f-8e10-47e7-bca7-7e3f82aad769",
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Obra Akyedzi",
    "release_id": "06643aa5-9a47-4bb1-85c3-c4ab88982ef1",
    "release_group_id": "aee05616-9f3e-4a99-bcdb-3e13fc9b0980",
    "labels": [
        "Jazz is Dead"
    ],
    "label_ids": [
        "4fa0846f-353d-4307-95d6-f63617efb673"
    ],
    "release_date": "2024-09-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ghanaian guitarist Ebo Taylor emerged from 1950s highlife big bands Broadway Dance Band and Stargazers before a prolific solo career fusing highlife with soul, funk and jazz. His bands the Blue Monks, Sweet Beans and Pelicans established him as one of Ghana’s top players. \" https://ebotaylor.bandcamp.com/album/ebo-taylor-jid022",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}