Information about plays

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

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

{
    "id": 3428522,
    "uri": "https://api.kexp.org/v2/plays/3428522/?format=api",
    "airdate": "2024-11-22T04:35:21-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia601807.us.archive.org/15/items/mbid-4f52a5d2-e92d-4f88-82ed-691b543268cd/mbid-4f52a5d2-e92d-4f88-82ed-691b543268cd-28623741861_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/15/items/mbid-4f52a5d2-e92d-4f88-82ed-691b543268cd/mbid-4f52a5d2-e92d-4f88-82ed-691b543268cd-28623741861_thumb250.jpg",
    "song": "Sunflower River Blues",
    "track_id": "cfa82e48-6647-45ee-99c1-aba701a0feb2",
    "recording_id": "9595ff42-9d73-413f-89d8-ce2b18c1098b",
    "artist": "John Fahey",
    "artist_ids": [
        "95bb27d2-43c7-4a92-85ee-f95a245f0ee4"
    ],
    "album": "The Best of John Fahey 1959–1977",
    "release_id": "4f52a5d2-e92d-4f88-82ed-691b543268cd",
    "release_group_id": "5862d56f-e05e-3e35-b0f9-df08637da4a9",
    "labels": [
        "Takoma"
    ],
    "label_ids": [
        "8742f485-a50a-4fc2-b59c-7b5a78cf1115"
    ],
    "release_date": "2002-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}