Information about plays

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

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

{
    "id": 3422477,
    "uri": "https://api.kexp.org/v2/plays/3422477/?format=api",
    "airdate": "2024-11-07T10:55:55-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia800903.us.archive.org/10/items/mbid-d9c0f4c7-add9-4c59-86bb-3a9ae336350d/mbid-d9c0f4c7-add9-4c59-86bb-3a9ae336350d-6262765036_thumb500.jpg",
    "thumbnail_uri": "https://ia600903.us.archive.org/10/items/mbid-d9c0f4c7-add9-4c59-86bb-3a9ae336350d/mbid-d9c0f4c7-add9-4c59-86bb-3a9ae336350d-6262765036_thumb250.jpg",
    "song": "Let’s Submerge",
    "track_id": "70486856-d413-34f9-b47a-4240430fbf01",
    "recording_id": "320f86d8-d848-4b2c-b5ed-4f33d06e44d1",
    "artist": "X‐Ray Spex",
    "artist_ids": [
        "f4c967a4-7591-4bba-8237-82e171a2fa7f"
    ],
    "album": "Germfree Adolescents",
    "release_id": "d9c0f4c7-add9-4c59-86bb-3a9ae336350d",
    "release_group_id": "02c1c972-b5a1-3b8f-be3f-83dfb9373def",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1978-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Germfree Adolescents' is the 1978 debut album of English punk rock band X-Ray Spex. It contained the UK hit singles \"The Day the World Turned Dayglo\", \"Identity\" and \"Germ Free Adolescents\" which reached No. 18 in November 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}