Information about plays

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

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

{
    "id": 3421995,
    "uri": "https://api.kexp.org/v2/plays/3421995/?format=api",
    "airdate": "2024-11-06T05:35:37-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia801004.us.archive.org/27/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb500.jpg",
    "thumbnail_uri": "https://ia801004.us.archive.org/27/items/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423/mbid-081a744e-ad3c-3127-927d-6e7ed3ac0423-24056431340_thumb250.jpg",
    "song": "Metropolis",
    "track_id": "05f4abb7-50f7-333a-9b2a-f5f9c2b938fc",
    "recording_id": "4cf9bf33-f088-466d-926b-a9a08477d3ae",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "081a744e-ad3c-3127-927d-6e7ed3ac0423",
    "release_group_id": "d147e89b-90ca-35b6-9f7b-3e34b8edf63f",
    "labels": [
        "Mute",
        "Kling Klang"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "2009-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Man-Machine' was released in 1978. NME stated: \"'The Man-Machine' stands as one of the pinnacles of 70's rock music\", adding that \"the sparsity of the lyrics leaves the emphasis squarely on those robot rhythms, chilling tones and exquisite melodies.\" https://bit.ly/2HKVhCg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}