Information about plays

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

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

{
    "id": 3519479,
    "uri": "https://api.kexp.org/v2/plays/3519479/?format=api",
    "airdate": "2025-06-27T10:21:36-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f4c1149-302e-35bb-b50f-fb92de3d52ed/26744423962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f4c1149-302e-35bb-b50f-fb92de3d52ed/26744423962-250.jpg",
    "song": "It’s All Over Now, Baby Blue",
    "track_id": null,
    "recording_id": "0e33560d-8c43-4e28-aa2a-75a5f463735a",
    "artist": "Them",
    "artist_ids": [
        "dbd8e1e8-b3d5-4c5f-9343-bbe5e86380a6"
    ],
    "album": "Them Again",
    "release_id": null,
    "release_group_id": "50a4e709-e207-3692-87c9-6a3157f84b61",
    "labels": [
        "Peerless"
    ],
    "label_ids": [
        "7c54b3e0-3143-4826-9a7b-02e7ebd3289c"
    ],
    "release_date": "1966-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It’s All Over Now, Baby Blue\" was written by Bob Dylan and released on his 1965 Bringing It All Back Home album. This cover by Them was released just a year later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}