Information about plays

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

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

{
    "id": 3422528,
    "uri": "https://api.kexp.org/v2/plays/3422528/?format=api",
    "airdate": "2024-11-07T14:05:06-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Main Squeeze (Instrumental)",
    "track_id": null,
    "recording_id": "3e138877-17de-4d8b-bad7-c4a5309fd2c3",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "The Lost Man",
    "release_id": null,
    "release_group_id": "a9e2c589-754c-407a-be6b-e6e45d4bbec4",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quincy Jones wrote the music for the soundtrack of \"The Lost Man,\" starring Sidney Poitier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}