Information about plays

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

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

{
    "id": 3524312,
    "uri": "https://api.kexp.org/v2/plays/3524312/?format=api",
    "airdate": "2025-07-08T11:54:32-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia801601.us.archive.org/10/items/mbid-0bb54600-c07e-4bb4-aa6f-ffde1c3a5781/mbid-0bb54600-c07e-4bb4-aa6f-ffde1c3a5781-22271454281_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/10/items/mbid-0bb54600-c07e-4bb4-aa6f-ffde1c3a5781/mbid-0bb54600-c07e-4bb4-aa6f-ffde1c3a5781-22271454281_thumb250.jpg",
    "song": "One More Chance",
    "track_id": "06bc5d39-7b25-4d4d-87d3-3b6b90c3bd84",
    "recording_id": "cb2a5a2d-02b0-41b7-a1bb-08647a6e8234",
    "artist": "The Moondoggies",
    "artist_ids": [
        "174744a2-8f85-4602-a0e6-5f2097c2e945"
    ],
    "album": "Adiós I'm a Ghost",
    "release_id": "0bb54600-c07e-4bb4-aa6f-ffde1c3a5781",
    "release_group_id": "53987811-7c94-4e38-95be-936f6e44f6f8",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-08-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The beloved Moondoggies are playing the Bite of Seattle at Seattle Center on Friday, July 25th.: https://www.seattlecenter.com/events/festivals/bite-of-seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}