Information about plays

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

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

{
    "id": 3416356,
    "uri": "https://api.kexp.org/v2/plays/3416356/?format=api",
    "airdate": "2024-10-23T15:50:01-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ESP",
    "track_id": "026c2583-e1bb-4266-9aa8-a84f3454d048",
    "recording_id": "6b571f4c-cdd6-4352-9a3e-0e3e4509cde6",
    "artist": "The Headhunters",
    "artist_ids": [
        "d382bea5-76e5-4b10-9e93-2be1188d967b"
    ],
    "album": "The Stunt Man",
    "release_id": "2e593f60-db0d-4cf6-9a8e-10de7ffcc42e",
    "release_group_id": "b7ada6ca-55c4-4038-a086-3943963c723d",
    "labels": [
        "Ropeadope"
    ],
    "label_ids": [
        "dc43303b-c8bb-4b04-8c39-c8cd46c6a611"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Larry was the host when The Headhunters graced the KEXP studio last September.  Subscribe to our YouTube channel to be notified when that session airs: https://www.youtube.com/kexp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}