Information about plays

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

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

{
    "id": 3419014,
    "uri": "https://api.kexp.org/v2/plays/3419014/?format=api",
    "airdate": "2024-10-29T22:02:00-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9a45cec-a74d-445e-bc56-0f757525a091/37000501663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9a45cec-a74d-445e-bc56-0f757525a091/37000501663-250.jpg",
    "song": "Palaces of Montezuma",
    "track_id": null,
    "recording_id": "f4e410c3-ea2b-4100-bc00-c0f2e45ee5d1",
    "artist": "Grinderman",
    "artist_ids": [
        "611f1230-7c2b-4610-b9e6-5a4fcb6e3cc7"
    ],
    "album": "Palaces of Montezuma",
    "release_id": null,
    "release_group_id": "93aafd18-87ec-4af2-aed9-0adf3dda0002",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2011-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Cave project with and film composer Warren Ellis.\n\nhttps://www.nickcave.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}