Information about plays

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

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

{
    "id": 3421348,
    "uri": "https://api.kexp.org/v2/plays/3421348/?format=api",
    "airdate": "2024-11-04T14:47:26-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is in Control (Finger on the Trigger)",
    "track_id": null,
    "recording_id": "580d798e-162d-4bac-9edf-8267d2d9f1d4",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Donna Summer",
    "release_id": null,
    "release_group_id": "5ce82115-defb-3b6f-9a17-527a0f1e9c71",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}