Information about plays

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

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

{
    "id": 3413979,
    "uri": "https://api.kexp.org/v2/plays/3413979/?format=api",
    "airdate": "2024-10-17T17:58:18-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Major Tom (Völlig losgelöst)",
    "track_id": "f9bc6e92-e54c-3b1a-bf55-20b17253cfb5",
    "recording_id": "318e146e-60f9-4298-8d4a-78b2657f668f",
    "artist": "Peter Schilling",
    "artist_ids": [
        "bc6be178-3933-44ad-88a7-fde1a160bc29"
    ],
    "album": "Error in the System",
    "release_id": "f3af1270-c61d-4833-b0ee-7cb26a769a58",
    "release_group_id": "26fb8869-fe95-396f-928d-128ce3bdbca4",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1983-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is actually a reference and a sequel to David Bowie’s iconic late 1960s song “Space Oddity”. It was originally released in German, Schilling's native language. Read more at: https://bit.ly/34LlyIu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}