Information about plays

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

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

{
    "id": 3437404,
    "uri": "https://api.kexp.org/v2/plays/3437404/?format=api",
    "airdate": "2024-12-13T02:59:45-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia601608.us.archive.org/29/items/mbid-fb23d746-f4c6-4403-a891-815a767ae53f/mbid-fb23d746-f4c6-4403-a891-815a767ae53f-39881315047_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/29/items/mbid-fb23d746-f4c6-4403-a891-815a767ae53f/mbid-fb23d746-f4c6-4403-a891-815a767ae53f-39881315047_thumb250.jpg",
    "song": "Coffee & TV",
    "track_id": "508cb5bf-0905-4943-868e-b10ed5c9a0e3",
    "recording_id": "b1b54b93-e1e3-42fe-a053-3bf6fd7d5282",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "13",
    "release_id": "7aef9b0e-4f90-4671-a127-c24cad0a21a4",
    "release_group_id": "307e8da2-8e8b-3bde-9324-5162501166d1",
    "labels": [
        "Virgin",
        "Food"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "4da71031-2698-4778-9eed-5a441ea83fcc"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}