Information about plays

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

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

{
    "id": 3422578,
    "uri": "https://api.kexp.org/v2/plays/3422578/?format=api",
    "airdate": "2024-11-07T16:59:23-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling",
    "track_id": "18472db5-bbd2-429a-a940-975118682890",
    "recording_id": "6f6a744f-74ae-4ea2-9316-5b8d91332308",
    "artist": "Ebo Taylor, Adrian Younge & Ali Shaheed Muhammad",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea",
        "d5ee9a6f-8e10-47e7-bca7-7e3f82aad769",
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "Feeling",
    "release_id": "e788ae23-5619-409a-a4de-74d59dacc756",
    "release_group_id": "e22acab7-3bb9-4409-b26d-8dad9a07b067",
    "labels": [
        "Jazz is Dead"
    ],
    "label_ids": [
        "4fa0846f-353d-4307-95d6-f63617efb673"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New on the Jazz is Dead label, set to release in full in January, Adrian Younge & Ali Shaheed Muhammad have linked up with Ghanaian guitar legend Ebo Taylor (born 1936). Read more about the forthcoming  LP, set for release 31 January 2025, below.\n\nhttps://www.jazzisdead.com/ebotaylor-1\n\nhttps://ebotaylor.bandcamp.com/album/ebo-taylor-jid022",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}