Information about plays

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

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

{
    "id": 3428774,
    "uri": "https://api.kexp.org/v2/plays/3428774/?format=api",
    "airdate": "2024-11-22T18:20:22-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia903200.us.archive.org/14/items/mbid-d6ce7870-efd7-4c2d-9013-0f620ab34cda/mbid-d6ce7870-efd7-4c2d-9013-0f620ab34cda-9786323669_thumb500.jpg",
    "thumbnail_uri": "https://ia903200.us.archive.org/14/items/mbid-d6ce7870-efd7-4c2d-9013-0f620ab34cda/mbid-d6ce7870-efd7-4c2d-9013-0f620ab34cda-9786323669_thumb250.jpg",
    "song": "High Noon",
    "track_id": "f49e0052-cc99-3f1c-a0fc-58366f2f87d0",
    "recording_id": "4d785ebf-bfd4-4ba4-b6bb-68855d6abe09",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Preemptive Strike",
    "release_id": "d6ce7870-efd7-4c2d-9013-0f620ab34cda",
    "release_group_id": "914b1e71-2a30-329b-842b-6c51fc42be19",
    "labels": [
        "Mo Wax",
        "FFRR"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586",
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1998-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy hosted DJ Shadow Live on KEXP earlier this year. Check out the YouTube video here: https://www.youtube.com/watch?v=eK6bdim2Vuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}