Information about plays

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

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

{
    "id": 3437391,
    "uri": "https://api.kexp.org/v2/plays/3437391/?format=api",
    "airdate": "2024-12-13T02:13:41-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia801403.us.archive.org/31/items/mbid-67020dff-2c0b-470f-8104-e157f168e035/mbid-67020dff-2c0b-470f-8104-e157f168e035-33046916110_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/31/items/mbid-67020dff-2c0b-470f-8104-e157f168e035/mbid-67020dff-2c0b-470f-8104-e157f168e035-33046916110_thumb250.jpg",
    "song": "Punk Rock Loser",
    "track_id": "57ce330a-6a0f-4d12-80a6-1ab3cbaa054f",
    "recording_id": "b7c035ee-acde-4fb1-94f4-73e78edeeb5c",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "Cave World",
    "release_id": "67020dff-2c0b-470f-8104-e157f168e035",
    "release_group_id": "bed07eb0-f5b6-4e42-b6b8-c2416b86cbfc",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2022-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's the same song! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}