Information about plays

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

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

{
    "id": 3416121,
    "uri": "https://api.kexp.org/v2/plays/3416121/?format=api",
    "airdate": "2024-10-23T01:35:05-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Re-Entry",
    "track_id": "4e89e20a-2992-489c-bbd5-18184f134b96",
    "recording_id": "00b7bf47-4700-4f43-98bf-47ca98033272",
    "artist": "Sampha",
    "artist_ids": [
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "Lahai",
    "release_id": "01fa8bfa-d880-4a2b-800a-f3e1e9362e30",
    "release_group_id": "b745c43d-3abf-48a3-8caf-81c25d40d100",
    "labels": [
        "Young"
    ],
    "label_ids": [
        "78cd137b-d2d4-4259-bf25-351d15e7de25"
    ],
    "release_date": "2024-10-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New expanded version of 'Lahai.' Includes 8-page booklet & 12” featuring bonus tracks 'Re-Entry' and 'Sensory Nectar'. Limited to 1500 copies worldwide.\n\nhttps://sampha.bandcamp.com/album/lahai-deluxe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}