Information about plays

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

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

{
    "id": 3413910,
    "uri": "https://api.kexp.org/v2/plays/3413910/?format=api",
    "airdate": "2024-10-17T12:50:43-07:00",
    "show": 61599,
    "show_uri": "https://api.kexp.org/v2/shows/61599/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "False Media",
    "track_id": "1ecb686b-ed98-3b20-b068-a656a89c271c",
    "recording_id": "504b5727-9219-41ea-9fd5-908b35c9d902",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Game Theory",
    "release_id": "f9255385-d041-477d-a601-d11e62180e13",
    "release_group_id": "28f24dc6-8fd8-3635-a1cb-5a394fcf542d",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia, Pennsylvania band The Roots telling you to go register to vote!\n\nOctober 21, 2024, is the last day to register in Pennsylvania before the November 5, 2024, election.\n\nFor more information:\nhttps://www.vote.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}