Information about plays

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

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

{
    "id": 3416114,
    "uri": "https://api.kexp.org/v2/plays/3416114/?format=api",
    "airdate": "2024-10-23T01:07:56-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Feel Right",
    "track_id": "8843f13b-7f21-329c-86a8-d2425d3c054f",
    "recording_id": "19210099-4a3b-4367-ad23-b315f9a16338",
    "artist": "The Roots feat. Maimouna Youssef",
    "artist_ids": [
        "77a9fb11-33f7-4650-8640-363a24b0bf22",
        "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": "Released in 2006, Game Theory is the seventh studio album by Philly hip hop band The Roots.\n\nhttps://theroots.com\nhttps://maimounayoussef.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}