Information about plays

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

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

{
    "id": 3422902,
    "uri": "https://api.kexp.org/v2/plays/3422902/?format=api",
    "airdate": "2024-11-08T12:39:57-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://ia800103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb250.jpg",
    "song": "Move in Silence",
    "track_id": "c22ca99c-ea95-4ec8-bfc4-a8fdee12dc16",
    "recording_id": "23936f4a-bd08-45a9-97e6-6bba84da7626",
    "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 tour the west coast early next year!\n\nSeattle: Friday, February 21st at the Moore Theatre\n\nBay Area: Wednesday, February 26th at San Francisco Masonic Auditorium\n\nMore dates here: https://www.phantogram.com/\n\nPhantogram's Live on KEXP session from August just posted on our YouTube channel this morning! https://www.youtube.com/watch?v=KfwTRzC--VU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}