Information about plays

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

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

{
    "id": 3411129,
    "uri": "https://api.kexp.org/v2/plays/3411129/?format=api",
    "airdate": "2024-10-11T03:45:49-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Sides of Nazareth",
    "track_id": "85a11026-e554-416f-874f-0137d909edaa",
    "recording_id": "87e983a2-bdaa-4343-be40-0ed98b725cba",
    "artist": "Nicolas Jaar",
    "artist_ids": [
        "06e99a1b-4020-4380-ab27-1a3e0c5e557c"
    ],
    "album": "Sirens",
    "release_id": "3f73b1f2-abbf-4750-9107-496376dc0f8d",
    "release_group_id": "9ce4d1c9-31d4-410b-98cf-207b85086e89",
    "labels": [
        "Other People"
    ],
    "label_ids": [
        "7eafcf10-49dc-4646-8870-5e5505626b0f"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}