Information about plays

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

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

{
    "id": 3500240,
    "uri": "https://api.kexp.org/v2/plays/3500240/?format=api",
    "airdate": "2025-05-12T02:06:39-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf93cf59-608f-4f26-8b13-818272c4b988/36781820354-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf93cf59-608f-4f26-8b13-818272c4b988/36781820354-250.jpg",
    "song": "Hopscotch",
    "track_id": null,
    "recording_id": "deebaa63-2136-4c9f-84ab-17a611654307",
    "artist": "Charles Rouse",
    "artist_ids": [
        "c44619f5-3862-4444-94d4-eda3f6812351"
    ],
    "album": "Two Is One",
    "release_id": null,
    "release_group_id": "e38557b9-237a-3aeb-a757-cb4838beeae5",
    "labels": [
        "Strata-East"
    ],
    "label_ids": [
        "c83e07b1-3b95-4b6a-a4b8-a094e013cbdb"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another long lost Strata East recording being reissued and widely available. Joe Chambers composition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}