Information about plays

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

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

{
    "id": 3437648,
    "uri": "https://api.kexp.org/v2/plays/3437648/?format=api",
    "airdate": "2024-12-13T16:43:00-08:00",
    "show": 62099,
    "show_uri": "https://api.kexp.org/v2/shows/62099/?format=api",
    "image_uri": "https://ia800205.us.archive.org/13/items/mbid-675fd24a-9398-4de9-b6c0-ded72bc9a3bd/mbid-675fd24a-9398-4de9-b6c0-ded72bc9a3bd-38213469860_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/13/items/mbid-675fd24a-9398-4de9-b6c0-ded72bc9a3bd/mbid-675fd24a-9398-4de9-b6c0-ded72bc9a3bd-38213469860_thumb250.jpg",
    "song": "Strange World",
    "track_id": "9171574e-6ce0-4b4e-baee-0f7955b30f11",
    "recording_id": "8faaea4e-7189-4910-a60f-6858fc4346c0",
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "News of the Universe",
    "release_id": "675fd24a-9398-4de9-b6c0-ded72bc9a3bd",
    "release_group_id": "d784bbee-d889-4524-a892-693111760ef8",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "La Luz stopped by for an in-studio back in May. Check it out! https://www.youtube.com/watch?v=dkbfAKQdWqs\n--\nhttps://laluz.bandcamp.com/album/news-of-the-universe-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}