Information about plays

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

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

{
    "id": 3438133,
    "uri": "https://api.kexp.org/v2/plays/3438133/?format=api",
    "airdate": "2024-12-14T20:26:42-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Big Freak",
    "track_id": "686a02b7-f185-4b85-a81d-f0287dfaabd7",
    "recording_id": "8e6c57c3-d326-456e-bcd3-436227c02803",
    "artist": "Eldridge Gravy & The Court Supreme",
    "artist_ids": [
        "25d973d1-d331-4a5c-9e38-8b6280f95060"
    ],
    "album": "Eldridge Gravy & the Court Supreme",
    "release_id": "c88a982b-84a9-48f5-b8f0-8e7cc2204768",
    "release_group_id": "65de8b40-cc67-4375-8774-2c5a06adb55b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-09-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eldridge Gravy & The Court Supreme are playing a show at Neumos this Friday, December 20th, with Breaks & Swells and Day Soul Exquisite! Get tickets below:\n\nhttps://www.neumos.com/events/detail/eldridge-gravy-and-the-court-supreme-tickets-742459",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}