Information about plays

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

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

{
    "id": 3571192,
    "uri": "https://api.kexp.org/v2/plays/3571192/?format=api",
    "airdate": "2025-10-28T23:27:06-07:00",
    "show": 64961,
    "show_uri": "https://api.kexp.org/v2/shows/64961/?format=api",
    "image_uri": "https://ia600303.us.archive.org/33/items/mbid-e9ae0c98-88a9-4356-9977-d9d7fcd1cdce/mbid-e9ae0c98-88a9-4356-9977-d9d7fcd1cdce-13469448242_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/33/items/mbid-e9ae0c98-88a9-4356-9977-d9d7fcd1cdce/mbid-e9ae0c98-88a9-4356-9977-d9d7fcd1cdce-13469448242_thumb250.jpg",
    "song": "Howling at the Moon",
    "track_id": "0312ee8a-183d-4d37-9302-e8bb734f7caa",
    "recording_id": "bf173d35-d6c7-46a4-8d3f-cc537eb1b64b",
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Voices",
    "release_id": "e9ae0c98-88a9-4356-9977-d9d7fcd1cdce",
    "release_group_id": "900eb40b-1435-4da4-b559-e9bd5f521325",
    "labels": [
        "Barsuk Records",
        "Republic Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109",
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2014-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}