Information about plays

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

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

{
    "id": 3438137,
    "uri": "https://api.kexp.org/v2/plays/3438137/?format=api",
    "airdate": "2024-12-14T20:43:06-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia800303.us.archive.org/21/items/mbid-55a07751-1959-4828-a2ec-b3c516b52c21/mbid-55a07751-1959-4828-a2ec-b3c516b52c21-5038697487_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/21/items/mbid-55a07751-1959-4828-a2ec-b3c516b52c21/mbid-55a07751-1959-4828-a2ec-b3c516b52c21-5038697487_thumb250.jpg",
    "song": "Carlotta Valdez",
    "track_id": "af2b5e7a-1306-349d-8363-76d25258b4e7",
    "recording_id": "4bd9be44-2f54-41d1-a252-8115f4506cf1",
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Where Have All the Merrymakers Gone?",
    "release_id": "55a07751-1959-4828-a2ec-b3c516b52c21",
    "release_group_id": "4e9d84ab-d41e-329a-bb1c-171a1e659dd8",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1998-12-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Where Have All the Merrymakers Gone?\" was recorded over three different sessions with John Goodmanson at John & Stu's Place now known as Hall of Justice in Ballard.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}