Information about plays

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

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

{
    "id": 3428001,
    "uri": "https://api.kexp.org/v2/plays/3428001/?format=api",
    "airdate": "2024-11-20T22:26:16-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say No To Love",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "Perfect Right Now: A Slumberland Collection 2008​-​2010",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2025-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New collection out in 2025!\n\nhttps://slumberlandrecs.bandcamp.com/album/perfect-right-now-a-slumberland-collection-2008-2010",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}