Information about plays

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

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

{
    "id": 3410084,
    "uri": "https://api.kexp.org/v2/plays/3410084/?format=api",
    "airdate": "2024-10-08T15:45:45-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia800305.us.archive.org/23/items/mbid-ae9aa576-13e8-4299-894d-2882ae8703d0/mbid-ae9aa576-13e8-4299-894d-2882ae8703d0-39361777658_thumb500.jpg",
    "thumbnail_uri": "https://ia800305.us.archive.org/23/items/mbid-ae9aa576-13e8-4299-894d-2882ae8703d0/mbid-ae9aa576-13e8-4299-894d-2882ae8703d0-39361777658_thumb250.jpg",
    "song": "Thinking of You",
    "track_id": "7b2c8621-5262-46b4-83bf-e8be763c5555",
    "recording_id": "8e8b5404-106b-46ee-bc8f-b6cf3dfdfffa",
    "artist": "Aaron Frazer",
    "artist_ids": [
        "ed924a5c-b7a6-4df4-ada5-1fde52f17387"
    ],
    "album": "Into the Blue",
    "release_id": "ae9aa576-13e8-4299-894d-2882ae8703d0",
    "release_group_id": "ca625fc1-480e-4c4a-92ed-5a47cbd18421",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2024-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Aaron Frazer!\n---\nhttps://aaronfrazermusic.bandcamp.com/album/into-the-blue\n\nhttps://aaronfrazermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}