Information about plays

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

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

{
    "id": 3417138,
    "uri": "https://api.kexp.org/v2/plays/3417138/?format=api",
    "airdate": "2024-10-25T14:14:55-07:00",
    "show": 61669,
    "show_uri": "https://api.kexp.org/v2/shows/61669/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Model",
    "track_id": null,
    "recording_id": "f3dcf2c9-05db-48eb-a8ab-66e77aefe47b",
    "artist": "Snakefinger",
    "artist_ids": [
        "0d5229d9-98f2-4ab6-94a1-4e90779cfa71"
    ],
    "album": "A Collection of Songs Written and Produced With the Residents",
    "release_id": null,
    "release_group_id": "e19f6946-9982-3382-80d8-c86c59ae9376",
    "labels": [
        "East Side Digital"
    ],
    "label_ids": [
        "12221f9f-98b6-4457-945e-ec1037671ab5"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from the first posthumous Snakefinger (1949-1987) release featuring his work with the Residents",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}