Information about plays

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

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

{
    "id": 3419021,
    "uri": "https://api.kexp.org/v2/plays/3419021/?format=api",
    "airdate": "2024-10-29T22:22:32-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://ia600201.us.archive.org/10/items/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f-9357908834_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/10/items/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f/mbid-710a1e4f-7207-4b06-82e1-96f926c9076f-9357908834_thumb250.jpg",
    "song": "Howlin’ for You",
    "track_id": "262c3e8d-f0cd-3706-9cbb-9ea79bc5a6f8",
    "recording_id": "1e22b22b-92fd-4879-b4d9-28ca0fc27f94",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Brothers",
    "release_id": "710a1e4f-7207-4b06-82e1-96f926c9076f",
    "release_group_id": "2a2b851c-bba6-4584-80c0-19af4a55e286",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theblackkeys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}