Information about plays

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

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

{
    "id": 3428425,
    "uri": "https://api.kexp.org/v2/plays/3428425/?format=api",
    "airdate": "2024-11-21T22:37:47-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Somebody Loves You Back",
    "track_id": null,
    "recording_id": "826ed5eb-3709-4976-a207-c0c4f509062f",
    "artist": "Teddy Pendergrass",
    "artist_ids": [
        "293029f7-ac9e-4a8b-bb50-67935b373c47"
    ],
    "album": "The Legacy of Soul",
    "release_id": null,
    "release_group_id": "0da9d434-ee17-4bc2-b7ea-c8aaf72a616c",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}