Information about plays

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

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

{
    "id": 3420869,
    "uri": "https://api.kexp.org/v2/plays/3420869/?format=api",
    "airdate": "2024-11-03T10:40:21-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/25ecefb1-e5bb-4b21-9c2a-ec278318aa63/17285428248-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25ecefb1-e5bb-4b21-9c2a-ec278318aa63/17285428248-250.jpg",
    "song": "Gimme Some Truth",
    "track_id": null,
    "recording_id": "df686456-3f75-4032-b781-c142c1d9e949",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Imagine",
    "release_id": null,
    "release_group_id": "f242f304-0f1f-33a5-81a2-7a965b30e3b5",
    "labels": [
        "Apple"
    ],
    "label_ids": [],
    "release_date": "1971-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-produced with Phil Spector, featuring slide guitar from George Harrison, and with the phrase, “Money for rope/Money for dope” from the Get Back sessions with Paul McCartney, this song is a protest against the Vietnam War.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}