Information about plays

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

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

{
    "id": 3412833,
    "uri": "https://api.kexp.org/v2/plays/3412833/?format=api",
    "airdate": "2024-10-15T07:30:57-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Find Me",
    "track_id": "89947c87-4378-402e-b444-f9faa74d3e13",
    "recording_id": "0cf37485-e292-4c23-9fc6-b3943c5afd15",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Honey",
    "release_id": "93b726b9-33ea-4454-9a45-5a827269ba43",
    "release_group_id": "f10de0f0-c640-486d-b956-451dcdde5cf4",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking about \"Come Find Me,\" Dan Snaith shares, \"I love this kind of chord sequence and the sort of French touch type of vibe, but it took a lot of time to find the right vocal hook and breakdown and make it more pop and concise.\"\nhttps://tinyurl.com/y7jufx9p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}