Information about plays

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

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

{
    "id": 3415468,
    "uri": "https://api.kexp.org/v2/plays/3415468/?format=api",
    "airdate": "2024-10-21T07:46:35-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feedback Invisible",
    "track_id": "76cb1570-960d-4ce2-bfc0-6e8fad36fd7b",
    "recording_id": "b7402f11-d670-4af6-b877-e6790c37c211",
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Memory of a Day",
    "release_id": "79b32862-f5c5-48f4-a680-e1f6cd99ca81",
    "release_group_id": "505e3b3a-9304-40c1-9292-cf8cc4c3ed9f",
    "labels": [
        "Neon Gold"
    ],
    "label_ids": [
        "813cd12c-d731-4e33-9169-3841336b24c0"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music off of Phantogram's just released new album, 'Memory of a Day.' \nhttps://www.phantogram.com\n\nPhantogram are heading out on tour:\nFriday 2/21 in Seattle at the Moore\nMonday 2/24 in Portland at the Roseland Theater\nWednesday 2/26 in San Francisco at Nob Hill Masonic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}