Information about plays

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

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

{
    "id": 3521904,
    "uri": "https://api.kexp.org/v2/plays/3521904/?format=api",
    "airdate": "2025-07-03T01:40:28-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-250.jpg",
    "song": "Same Old Love",
    "track_id": null,
    "recording_id": "6f3c91f7-b2eb-41bd-a63b-90d21d3d1677",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "Rapture",
    "release_id": null,
    "release_group_id": "b544c1b2-9190-34ac-8d03-348c86a77cb2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Same Ole Love\" comes off of Anita Baker's 1986 album 'Rapture.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}