Information about plays

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

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

{
    "id": 3420888,
    "uri": "https://api.kexp.org/v2/plays/3420888/?format=api",
    "airdate": "2024-11-03T11:45:22-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/22e3f6e0-e848-4e6e-abaa-1fba94b759f3/36347513246-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22e3f6e0-e848-4e6e-abaa-1fba94b759f3/36347513246-250.jpg",
    "song": "World Worth Keeping",
    "track_id": null,
    "recording_id": "f4fbabf9-9bcd-4579-9a3a-fcd1a35b156b",
    "artist": "Jaime Wyatt",
    "artist_ids": [
        "c576321e-7db9-49c3-95d2-1313507c0931"
    ],
    "album": "“Feel Good”",
    "release_id": null,
    "release_group_id": "c1ef13ca-dfa9-4c4d-81f0-6d28ed3c8cae",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded with The Black Pumas’ Adrian Quesada, Wyatt wrote these songs as permission to feel good.\nhttps://jaimewyattmusic.bandcamp.com/album/feel-good",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}