Information about plays

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

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

{
    "id": 3360807,
    "uri": "https://api.kexp.org/v2/plays/3360807/?format=api",
    "airdate": "2024-06-12T15:56:02-07:00",
    "show": 60468,
    "show_uri": "https://api.kexp.org/v2/shows/60468/?format=api",
    "image_uri": "https://ia802702.us.archive.org/33/items/mbid-f6c279e7-74df-435a-8090-4683dfda6d76/mbid-f6c279e7-74df-435a-8090-4683dfda6d76-36227071922_thumb500.jpg",
    "thumbnail_uri": "https://ia802702.us.archive.org/33/items/mbid-f6c279e7-74df-435a-8090-4683dfda6d76/mbid-f6c279e7-74df-435a-8090-4683dfda6d76-36227071922_thumb250.jpg",
    "song": "Dreaming",
    "track_id": "48762d52-1369-4234-b278-9adeb671f984",
    "recording_id": "428e0171-3b26-42d0-bfff-8dfe964bc3c6",
    "artist": "Lusine feat. Asy Saavedra",
    "artist_ids": [
        "c30b513a-9f5c-4d14-a940-cd3111462b0c",
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "Long Light",
    "release_id": "f6c279e7-74df-435a-8090-4683dfda6d76",
    "release_group_id": "e7963363-297e-4e88-89b4-978cdd248fd8",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}