Information about plays

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

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

{
    "id": 3414624,
    "uri": "https://api.kexp.org/v2/plays/3414624/?format=api",
    "airdate": "2024-10-19T09:34:35-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is What We Need",
    "track_id": "0d0739e1-4bbc-3993-8993-2f18f1d5b5af",
    "recording_id": "6900f427-46a2-4c5c-877b-9e123b9016c5",
    "artist": "Big Youth",
    "artist_ids": [
        "6e4cbcf5-1b18-4719-98c2-7a2c9eccaa6d"
    ],
    "album": "Foundation Rockers",
    "release_id": "084cc676-4082-440b-8ae7-e270f6ff62ce",
    "release_group_id": "df5a9af1-0f0b-3456-8d58-70821eb5cdc7",
    "labels": [
        "M Records"
    ],
    "label_ids": [
        "ad36363a-71fd-4f8c-aaf8-bb184ee00ebb"
    ],
    "release_date": "2003-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Deejays were closest to the people because there wasn't any kind of establishment control on the sound systems\". - Manley Augustus Buchanan - Big Youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}