Information about plays

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

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

{
    "id": 3438256,
    "uri": "https://api.kexp.org/v2/plays/3438256/?format=api",
    "airdate": "2024-12-15T02:57:39-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Triple Seven",
    "track_id": "19f74b81-6dcb-4279-9f62-287016a2034b",
    "recording_id": "14c5604c-ca8b-4ce7-8778-9af3fe927b82",
    "artist": "Wishy",
    "artist_ids": [
        "30f10b3a-cd98-414d-b7e5-336931335f42"
    ],
    "album": "Triple Seven",
    "release_id": "8234c4b3-15fb-427f-8c4d-86b49b35a3cb",
    "release_group_id": "c098fc39-ab74-4ed0-9f2a-94e9de572996",
    "labels": [
        "Winspear"
    ],
    "label_ids": [
        "76320af7-a39b-4b71-8fa8-c56437f2909d"
    ],
    "release_date": "2024-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}