Information about plays

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

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

{
    "id": 3523730,
    "uri": "https://api.kexp.org/v2/plays/3523730/?format=api",
    "airdate": "2025-07-07T02:39:10-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcfc2943-0436-4e98-98f8-0dd862f6c4e6/37043558574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcfc2943-0436-4e98-98f8-0dd862f6c4e6/37043558574-250.jpg",
    "song": "Back to the Projects",
    "track_id": null,
    "recording_id": "df6d1764-cacd-4c32-a255-76b55dbe7463",
    "artist": "Johnny Hammond",
    "artist_ids": [
        "af8a8ede-2c56-469e-9069-463218595f85"
    ],
    "album": "Gambler's Life",
    "release_id": null,
    "release_group_id": "4232a758-af58-3eea-a573-626b2b7e8f64",
    "labels": [
        "Salvation Records"
    ],
    "label_ids": [
        "4cc11e11-91ef-4166-8a83-20c4f853743a"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mizell Brother's production, Gambler's Life really takes it into the stratosphere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}