Information about plays

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

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

{
    "id": 3417033,
    "uri": "https://api.kexp.org/v2/plays/3417033/?format=api",
    "airdate": "2024-10-25T07:40:56-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Again",
    "track_id": "6408db3d-ef03-416d-9a5f-fb81ccabb9d9",
    "recording_id": "f8dc09e7-37ef-44f9-81c0-bbc0857754a4",
    "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": "Phantogram will play The Moore Theatre in Seattle on Friday, February 21st, 2025. They'll be in SF at Nob Hill Masonic on February 26th.\n--\nEnjoy this review of their new release, \"Memory of a Day,\" a \"dreamy blend of electronic-pop and cinematic soundscapes\": https://www.theaureview.com/music/phantogram-memory-of-a-day-album-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}