Information about plays

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

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

{
    "id": 3413469,
    "uri": "https://api.kexp.org/v2/plays/3413469/?format=api",
    "airdate": "2024-10-16T13:44:10-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jungle Boy",
    "track_id": "922c4d16-8cec-3d64-a1f5-250dc2463af0",
    "recording_id": "c6e42a4b-a6e5-4da7-b9a9-9d79bbed5b30",
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "I Want Candy",
    "release_id": "3303fd88-2366-307a-8091-954e3951fa83",
    "release_group_id": "119bd9ef-8b6c-3cba-8f52-3d9702c6d2f8",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English New Wave band Bow Wow Wow released their I Want Candy album on the back of their success covering  the Strangeloves' 1965 track. Sex Pistols' manager Malcom McLaren is amongst the album's songwriters alongside  Matthew Ashman, David Barbarossa and Leigh Gorman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}