Information about plays

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

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

{
    "id": 3574387,
    "uri": "https://api.kexp.org/v2/plays/3574387/?format=api",
    "airdate": "2025-11-05T17:05:08-08:00",
    "show": 65031,
    "show_uri": "https://api.kexp.org/v2/shows/65031/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Are Sundays So Depressing",
    "track_id": "7588b7af-9f9a-45de-83b0-f137277bf4cd",
    "recording_id": "a5682ccd-06cc-4fef-904e-b37482ff6689",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "The New Abnormal",
    "release_id": "5b1cccbc-883b-4b6b-b62a-b4aab1e610fe",
    "release_group_id": "43ca5aa6-92de-47e9-8f0b-9112e4881426",
    "labels": [
        "RCA",
        "Cult Records"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "92a164db-c3e0-4f96-8490-1d2291fa9632"
    ],
    "release_date": "2020-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The New Abnormal\" was originally announced in 2020 at a rally for presidential candidate Bernie Sanders.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}