Information about plays

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

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

{
    "id": 3550048,
    "uri": "https://api.kexp.org/v2/plays/3550048/?format=api",
    "airdate": "2025-09-07T13:11:14-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bdfa8ec-3e02-4919-98f1-cad26275e7fa/25105140117-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bdfa8ec-3e02-4919-98f1-cad26275e7fa/25105140117-250.jpg",
    "song": "Ruler of the Wasteland",
    "track_id": null,
    "recording_id": "55625d8b-1ede-485f-aede-f6b2a35ea4d8",
    "artist": "Chastain",
    "artist_ids": [
        "73e9b6fa-a813-4a01-88b4-b373d9f680a5"
    ],
    "album": "Ruler of the Wasteland",
    "release_id": null,
    "release_group_id": "3b8a97ca-16a4-36d2-91bb-4c7fce0a992a",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chastain formed in 1984 by guitarist David T. Chastain.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}