Information about plays

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

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

{
    "id": 3414632,
    "uri": "https://api.kexp.org/v2/plays/3414632/?format=api",
    "airdate": "2024-10-19T10:03:50-07:00",
    "show": 61618,
    "show_uri": "https://api.kexp.org/v2/shows/61618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Give Up",
    "track_id": "ae624e40-cb11-4203-ab64-beab322a6910",
    "recording_id": "cc7bcb07-6476-469e-b129-484dbcb88712",
    "artist": "Chronixx",
    "artist_ids": [
        "0de2154a-6c01-4cd6-8795-78d21211d6e6"
    ],
    "album": "Never Give Up",
    "release_id": "08ac435f-7776-455a-8edf-ef109d2ce230",
    "release_group_id": "2122d29e-438b-46d3-89ef-3f0db8a826cc",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2022-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}