Information about plays

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

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

{
    "id": 3413460,
    "uri": "https://api.kexp.org/v2/plays/3413460/?format=api",
    "airdate": "2024-10-16T13:25:50-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Be Afraid",
    "track_id": null,
    "recording_id": "4134048f-b0c5-4bda-9601-feb31c3472c2",
    "artist": "East Coast Love Affair",
    "artist_ids": [
        "759881c3-3afe-4ab5-8478-655c301e1a74"
    ],
    "album": "Don't Be Afraid",
    "release_id": null,
    "release_group_id": "b5964c3b-0f1b-4da1-b416-2307ae365a01",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}