Information about plays

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

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

{
    "id": 3631249,
    "uri": "https://api.kexp.org/v2/plays/3631249/?format=api",
    "airdate": "2026-03-19T23:27:03-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "https://coverartarchive.org/release/51834eb9-d016-419b-a3b7-d4b5ffc78359/44042447842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51834eb9-d016-419b-a3b7-d4b5ffc78359/44042447842-250.jpg",
    "song": "Create Your Prophecy",
    "track_id": null,
    "recording_id": "5fbcdc63-1ed4-46d3-b4f6-80ef7a40cd1a",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "Chapter 1",
    "release_id": null,
    "release_group_id": "da6e8c6e-edcb-4fe6-a81a-aeb5148961de",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2026-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}