Information about plays

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

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

{
    "id": 3417183,
    "uri": "https://api.kexp.org/v2/plays/3417183/?format=api",
    "airdate": "2024-10-25T17:15:56-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Passenger",
    "track_id": "5e24eaab-8421-4270-b6b6-d529802d69b2",
    "recording_id": "bd6a4252-4b49-47b8-8cc9-0722c1d8fc93",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "45f0e26c-e42c-472e-ac99-4cf18786dac4",
    "release_group_id": "15dc9ccf-e33b-3f4d-8c81-8346388d0b29",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jason!\n\nReleased in 1977 on the Lust for Life album, The Passenger was written by Iggy Pop while riding in the S-Bahn (suburban metro railway) in Berlin. The lyrics reflect the nomadic, loner spirit of a punk outcast. David Bowie originally sang backup vocals for the repeated \"La-La\"s in the chorus.\n-\niggypop.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}