Information about plays

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

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

{
    "id": 3414820,
    "uri": "https://api.kexp.org/v2/plays/3414820/?format=api",
    "airdate": "2024-10-19T21:12:59-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fur Immer",
    "track_id": null,
    "recording_id": null,
    "artist": "Budget Boozers",
    "artist_ids": [],
    "album": "Love You, Hate You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2024-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Member of Budget Boozers also play with their other bands 'The Jackets', 'The Lovers' and the Post-punk's 'Dead Bunny'.\n\nhttps://www.voodoorhythm.com/4-0/artists.html?view=article&id=310:the-budget-boozers&catid=158:the-budget-boozers\nhttps://www.facebook.com/budget.boozers/\nhttps://voodoorhythm.bandcamp.com/album/love-you-hate-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}