Information about plays

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

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

{
    "id": 3428475,
    "uri": "https://api.kexp.org/v2/plays/3428475/?format=api",
    "airdate": "2024-11-22T01:41:33-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia600103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/9/items/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81/mbid-79b32862-f5c5-48f4-a680-e1f6cd99ca81-39726505496_thumb250.jpg",
    "song": "All a Mystery",
    "track_id": "400803f8-1928-4bd7-83e2-05b4b8771568",
    "recording_id": "527d0cd8-80a2-43f2-baca-1a0f9ecd0ec2",
    "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": "New Phantogram!\n\nThe band will be playing:\n-Seattle, WA (Friday, February 21st) at Moore Theatre\n-San Francisco, CA (Wednesday, February 26th) at Nob Hill Masonic\n---\nhttps://www.phantogram.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}