Information about plays

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

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

{
    "id": 3414630,
    "uri": "https://api.kexp.org/v2/plays/3414630/?format=api",
    "airdate": "2024-10-19T09:56:30-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stars align",
    "track_id": "c1dd1371-3acd-4b82-94bb-09e5ec2f5f4f",
    "recording_id": "5ab29993-f4f1-47dd-ad05-8082ffd1df2d",
    "artist": "Lila Ike",
    "artist_ids": [
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "The ExPerience",
    "release_id": "558f9d28-720d-4112-b623-1e80f9b64262",
    "release_group_id": "15bff4ce-430d-402f-b239-16510caf7907",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2020-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}