Information about plays

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

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

{
    "id": 3422295,
    "uri": "https://api.kexp.org/v2/plays/3422295/?format=api",
    "airdate": "2024-11-07T00:51:54-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia802908.us.archive.org/4/items/mbid-0a4569a0-63c2-49e5-ab64-2eb87157e8c8/mbid-0a4569a0-63c2-49e5-ab64-2eb87157e8c8-2948168281_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/4/items/mbid-0a4569a0-63c2-49e5-ab64-2eb87157e8c8/mbid-0a4569a0-63c2-49e5-ab64-2eb87157e8c8-2948168281_thumb250.jpg",
    "song": "I'll Take Care of You",
    "track_id": "25108be3-1f8d-38e3-a14b-9a2487b4265f",
    "recording_id": "d31145ad-874a-422b-8bbc-d4974042da7e",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "I'll Take Care of You",
    "release_id": "0a4569a0-63c2-49e5-ab64-2eb87157e8c8",
    "release_group_id": "cba42bd5-7ad0-3e36-9438-423d07bdae12",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1999-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}