Information about plays

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

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

{
    "id": 3428127,
    "uri": "https://api.kexp.org/v2/plays/3428127/?format=api",
    "airdate": "2024-11-21T04:58:22-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia800709.us.archive.org/4/items/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338-21576081770_thumb500.jpg",
    "thumbnail_uri": "https://ia800709.us.archive.org/4/items/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338-21576081770_thumb250.jpg",
    "song": "Dancing With Tears in My Eyes",
    "track_id": "08515510-b286-3bdb-81ab-5ca2ed9d5959",
    "recording_id": "b2c26089-a895-4d98-bcac-565cc4dc03a4",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Under the Big Black Sun",
    "release_id": "a3c8da56-023e-4ba8-976d-05e6bd91d338",
    "release_group_id": "3b193dee-06e8-3c21-8f13-f82bbad26df2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}