Information about plays

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

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

{
    "id": 3421465,
    "uri": "https://api.kexp.org/v2/plays/3421465/?format=api",
    "airdate": "2024-11-04T23:00:59-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/b282cf45-3c3a-4d25-a8be-0a00c4a85ab1/36666306386-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b282cf45-3c3a-4d25-a8be-0a00c4a85ab1/36666306386-250.jpg",
    "song": "The Tudors",
    "track_id": null,
    "recording_id": null,
    "artist": "Marina Zispin",
    "artist_ids": [
        "94ad4138-9ce5-49f9-a630-a039fe9ea5eb"
    ],
    "album": "The Tudors / The Bells",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Scenic Route"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coldwave duo of Bianca Scout & Martyn Reid - https://scenicroute.bandcamp.com/album/the-tudors-the-bells",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}