Information about plays

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

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

{
    "id": 3500668,
    "uri": "https://api.kexp.org/v2/plays/3500668/?format=api",
    "airdate": "2025-05-13T02:53:25-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia903105.us.archive.org/19/items/mbid-1f01d12b-035e-4098-8095-270e1f52c270/mbid-1f01d12b-035e-4098-8095-270e1f52c270-24858384116_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/19/items/mbid-1f01d12b-035e-4098-8095-270e1f52c270/mbid-1f01d12b-035e-4098-8095-270e1f52c270-24858384116_thumb250.jpg",
    "song": "Fight the Fascists",
    "track_id": "eecb7277-564a-3fd9-a339-b6a26f9d1c5c",
    "recording_id": "f9f7512a-92cd-4e4b-b5b2-5aabf50be433",
    "artist": "Consolidated",
    "artist_ids": [
        "502d686d-a74c-4a09-ba74-8d919a13b684"
    ],
    "album": "The Myth of Rock",
    "release_id": "3f145e92-595a-4729-a44b-341a819a759e",
    "release_group_id": "4d677f72-0462-305b-b747-45187d942698",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}