Information about plays

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

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

{
    "id": 3554018,
    "uri": "https://api.kexp.org/v2/plays/3554018/?format=api",
    "airdate": "2025-09-17T02:39:39-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia600703.us.archive.org/9/items/mbid-cfba7994-7e6a-435e-91ea-c5dd37a24e7c/mbid-cfba7994-7e6a-435e-91ea-c5dd37a24e7c-5772358141_thumb500.jpg",
    "thumbnail_uri": "https://ia800703.us.archive.org/9/items/mbid-cfba7994-7e6a-435e-91ea-c5dd37a24e7c/mbid-cfba7994-7e6a-435e-91ea-c5dd37a24e7c-5772358141_thumb250.jpg",
    "song": "Free",
    "track_id": "ac13a178-e1e4-3b09-b89c-a887c922a071",
    "recording_id": "0083fe2c-057e-4bc1-b082-26566e516b11",
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Move Like This",
    "release_id": "cfba7994-7e6a-435e-91ea-c5dd37a24e7c",
    "release_group_id": "752631da-6546-4551-ab44-0f77f9c6b13d",
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "release_date": "2011-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}