Information about plays

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

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

{
    "id": 3577036,
    "uri": "https://api.kexp.org/v2/plays/3577036/?format=api",
    "airdate": "2025-11-12T01:35:12-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://ia600804.us.archive.org/35/items/mbid-88b9a51a-fcd5-45f5-8802-430221bafd1e/mbid-88b9a51a-fcd5-45f5-8802-430221bafd1e-17750553240_thumb500.jpg",
    "thumbnail_uri": "https://ia600804.us.archive.org/35/items/mbid-88b9a51a-fcd5-45f5-8802-430221bafd1e/mbid-88b9a51a-fcd5-45f5-8802-430221bafd1e-17750553240_thumb250.jpg",
    "song": "Dead / Alive",
    "track_id": "7824cdc2-68db-460a-b2f3-5d12eaf5ba56",
    "recording_id": "1561eae7-d28f-4d85-b6d8-0a1c0b541813",
    "artist": "The Rural Alberta Advantage",
    "artist_ids": [
        "e0647eee-82ce-40e6-af54-953395ad1c08"
    ],
    "album": "The Wild",
    "release_id": "88b9a51a-fcd5-45f5-8802-430221bafd1e",
    "release_group_id": "eec94bbd-7fbe-48f1-acfc-4770ba878668",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2017-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP in 2018: https://www.youtube.com/watch?v=ne1NWhUhd14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}