Information about plays

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

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

{
    "id": 3428063,
    "uri": "https://api.kexp.org/v2/plays/3428063/?format=api",
    "airdate": "2024-11-21T01:39:16-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia804606.us.archive.org/33/items/mbid-4945fcaf-cb88-4f2b-bc29-3d1e50593186/mbid-4945fcaf-cb88-4f2b-bc29-3d1e50593186-30843519129_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/33/items/mbid-4945fcaf-cb88-4f2b-bc29-3d1e50593186/mbid-4945fcaf-cb88-4f2b-bc29-3d1e50593186-30843519129_thumb250.jpg",
    "song": "Radiant Eye",
    "track_id": "35394b1e-9881-4105-aec7-2a37d7a241be",
    "recording_id": "24d4f9ca-9917-45b9-b6f7-b80811c74232",
    "artist": "Civic",
    "artist_ids": [
        "be1bee2a-9304-4416-8e1f-9fc655b8c9fb"
    ],
    "album": "Future Forecast",
    "release_id": "4945fcaf-cb88-4f2b-bc29-3d1e50593186",
    "release_group_id": "3f73ef15-eae9-4ee4-a2c6-588552860d7c",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2021-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}