Information about plays

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

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

{
    "id": 3616773,
    "uri": "https://api.kexp.org/v2/plays/3616773/?format=api",
    "airdate": "2026-02-13T00:42:44-08:00",
    "show": 65917,
    "show_uri": "https://api.kexp.org/v2/shows/65917/?format=api",
    "image_uri": "https://coverartarchive.org/release/c61c3c94-39a6-48ed-a544-0ecef0ecf867/5759698805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c61c3c94-39a6-48ed-a544-0ecef0ecf867/5759698805-250.jpg",
    "song": "Cars",
    "track_id": null,
    "recording_id": "063964f7-35c3-467f-b30c-cb7303d866b9",
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "Cars",
    "release_id": null,
    "release_group_id": "4e485c93-845d-42fd-9c41-3656396b7eb3",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1979-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}