Information about plays

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

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

{
    "id": 3428511,
    "uri": "https://api.kexp.org/v2/plays/3428511/?format=api",
    "airdate": "2024-11-22T03:57:43-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia801908.us.archive.org/19/items/mbid-5e893984-0d31-4239-9b43-a23d14dd464e/mbid-5e893984-0d31-4239-9b43-a23d14dd464e-21602128244_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/19/items/mbid-5e893984-0d31-4239-9b43-a23d14dd464e/mbid-5e893984-0d31-4239-9b43-a23d14dd464e-21602128244_thumb250.jpg",
    "song": "Staring at the Sun",
    "track_id": "5c1a3e74-0b1a-491b-b7a2-29c4e967fab7",
    "recording_id": "d36fe94f-e624-4a43-8fe8-38ef8b0fe5f6",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Desperate Youth, Blood Thirsty Babes (20th Anniversary Edition)",
    "release_id": "561383b6-20d8-4da5-becd-d8fc1ca76038",
    "release_group_id": "e73c84f5-8d7f-3518-901f-e345296ce59a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}