Information about plays

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

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

{
    "id": 3412832,
    "uri": "https://api.kexp.org/v2/plays/3412832/?format=api",
    "airdate": "2024-10-15T07:27:49-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Consciousness Felt",
    "track_id": "2cb9f645-3666-4d6f-84dd-86f2db7f4369",
    "recording_id": "16c28499-657f-470e-bb5f-e3ba9073c3e4",
    "artist": "Tycho",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Infinite Health",
    "release_id": "d443e5e2-344c-44f9-a9f5-80c58c2a4818",
    "release_group_id": "49e9a8ee-2c04-46cb-bb9c-e1e7e0deac83",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from the San Francisco artist! \nhttps://tycho.bandcamp.com/album/infinite-health",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}