Information about plays

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

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

{
    "id": 3413133,
    "uri": "https://api.kexp.org/v2/plays/3413133/?format=api",
    "airdate": "2024-10-15T22:22:58-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Into the Blue",
    "track_id": "dce39dfe-a642-4e05-abff-0bf3b31b6fe6",
    "recording_id": "b07369ac-0057-4630-bd8b-3fea7cea9281",
    "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": "Second solo record from Aaron Frazer, who also plays with Durand Jones & The Indications.\n\nhttps://aaronfrazermusic.bandcamp.com/album/into-the-blue https://aaronfrazermusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}