Information about plays

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

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

{
    "id": 3437389,
    "uri": "https://api.kexp.org/v2/plays/3437389/?format=api",
    "airdate": "2024-12-13T02:04:31-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia800602.us.archive.org/18/items/mbid-acad6b60-2b75-425a-ae50-0900ac45dda4/mbid-acad6b60-2b75-425a-ae50-0900ac45dda4-39313937167_thumb500.jpg",
    "thumbnail_uri": "https://ia800602.us.archive.org/18/items/mbid-acad6b60-2b75-425a-ae50-0900ac45dda4/mbid-acad6b60-2b75-425a-ae50-0900ac45dda4-39313937167_thumb250.jpg",
    "song": "Cry for Me",
    "track_id": "55e98a68-d7e8-419c-899d-d5189940db24",
    "recording_id": "433484b9-4d7d-47d8-a1bb-32a7a216b0f3",
    "artist": "Magdalena Bay",
    "artist_ids": [
        "68c261d5-48c8-4ea9-9466-9fc908dc79bb"
    ],
    "album": "Imaginal Disk",
    "release_id": "acad6b60-2b75-425a-ae50-0900ac45dda4",
    "release_group_id": "9c710cb4-6b20-47d7-a31a-5adb064c6c6b",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}