Information about plays

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

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

{
    "id": 3419035,
    "uri": "https://api.kexp.org/v2/plays/3419035/?format=api",
    "airdate": "2024-10-29T23:00:39-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://ia803108.us.archive.org/11/items/mbid-b7990804-6163-4e70-991c-f11b09eddd49/mbid-b7990804-6163-4e70-991c-f11b09eddd49-24282770219_thumb500.jpg",
    "thumbnail_uri": "https://ia903108.us.archive.org/11/items/mbid-b7990804-6163-4e70-991c-f11b09eddd49/mbid-b7990804-6163-4e70-991c-f11b09eddd49-24282770219_thumb250.jpg",
    "song": "The City Sleeps",
    "track_id": "10504a06-4866-3c7d-a550-eeb4559733e4",
    "recording_id": "b017f0d0-9345-464f-b853-1ed9924e0c07",
    "artist": "MC 900 Ft Jesus",
    "artist_ids": [
        "4666317d-b388-4c7f-9996-163d95c39fe6"
    ],
    "album": "Welcome to My Dream",
    "release_id": "a4a5d836-763e-4fa6-9a43-f6d0fdd8a24b",
    "release_group_id": "c5a9674a-4c80-3e4a-884b-a0d9fa015d79",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request. This was a KCMU favorite. Still slaps. https://www.allmusic.com/artist/mc-900-ft-jesus-mn0000222959",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}