Information about plays

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

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

{
    "id": 3422222,
    "uri": "https://api.kexp.org/v2/plays/3422222/?format=api",
    "airdate": "2024-11-06T20:43:25-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia801903.us.archive.org/19/items/mbid-a3e18cac-ac05-4417-bd21-e2060b817ce9/mbid-a3e18cac-ac05-4417-bd21-e2060b817ce9-14755753554_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/19/items/mbid-a3e18cac-ac05-4417-bd21-e2060b817ce9/mbid-a3e18cac-ac05-4417-bd21-e2060b817ce9-14755753554_thumb250.jpg",
    "song": "When We Fall",
    "track_id": "2ef9afde-0b05-3ba1-86af-834ad430f33c",
    "recording_id": "50d4039c-3d8a-4159-b0c6-1506ef19e0ee",
    "artist": "Grouper",
    "artist_ids": [
        "7e571e09-887e-4544-b993-eb75e7837ec1"
    ],
    "album": "Dragging a Dead Deer up a Hill",
    "release_id": "a3e18cac-ac05-4417-bd21-e2060b817ce9",
    "release_group_id": "abcc21e4-16fc-31a3-864b-4d69ae81e2b4",
    "labels": [
        "Type"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2008-06-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}