Information about plays

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

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

{
    "id": 3417040,
    "uri": "https://api.kexp.org/v2/plays/3417040/?format=api",
    "airdate": "2024-10-25T08:01:19-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Y Control",
    "track_id": "447281a9-44f4-322b-9866-e1b4c33b41d4",
    "recording_id": "de9ff492-7ff9-40db-9471-2533c614ffdf",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "43896770-8d09-3a04-8dcc-e4754f2963ac",
    "release_group_id": "e8e2d824-dd32-3b24-9c7c-24619fbe86a9",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2003-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Sitek of TV on the Radio co-produced this song with Yeah Yeah Yeahs. “Y-Control” was the final single to be released from 2003’s “Fever To Tell”, their debut LP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}