Information about plays

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

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

{
    "id": 3428207,
    "uri": "https://api.kexp.org/v2/plays/3428207/?format=api",
    "airdate": "2024-11-21T09:05:25-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6/5133157906-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1f9698f-c86a-470d-86a7-a5ec0c9e3cb6/5133157906-250.jpg",
    "song": "Police on My Back",
    "track_id": null,
    "recording_id": "23a7407f-e24d-419b-8280-0b518fd4f350",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Sandinista!",
    "release_id": null,
    "release_group_id": "ff729e76-b7c5-3877-bf7d-bbad4fde43cb",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1980-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request, for Anne and Daryl of California! \n\nThis is The Clash's great cover of the 1968 song from The Equals. This song was cited by some critics in reviews of the Sandinista! album as the most Clash-sounding song on the album - with the irony being that it's a cover! \n--\nHere are The Equals performing Police On My Back in 1967: https://www.youtube.com/watch?v=DH0Guwo_ky0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}