Information about plays

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

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

{
    "id": 3422548,
    "uri": "https://api.kexp.org/v2/plays/3422548/?format=api",
    "airdate": "2024-11-07T15:41:17-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b2a23b7-fd6c-4404-81cf-ba6458a30c28/36544481752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b2a23b7-fd6c-4404-81cf-ba6458a30c28/36544481752-250.jpg",
    "song": "Right Here (extended Human Nature mix)",
    "track_id": null,
    "recording_id": "3702f357-2e57-42df-9116-1065e8fde6a4",
    "artist": "SWV",
    "artist_ids": [
        "fffc6a35-ae65-48be-bcc0-9d604e05665e"
    ],
    "album": "Right Here",
    "release_id": null,
    "release_group_id": "05d29c31-8f06-34d7-82e9-e2178cdfb749",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of course, \"Right Here\" sampled the Quincy Jones-produced \"Human Nature.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}