Information about plays

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

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

{
    "id": 3416371,
    "uri": "https://api.kexp.org/v2/plays/3416371/?format=api",
    "airdate": "2024-10-23T16:47:13-07:00",
    "show": 61654,
    "show_uri": "https://api.kexp.org/v2/shows/61654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thriller",
    "track_id": "5acb0c6c-8c78-4fee-ae23-d150ea564aa9",
    "recording_id": "8403caf8-3714-46da-934c-1fe91a049540",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "Thriller",
    "release_id": "ba72c286-9eb2-4d24-949e-39a50419383a",
    "release_group_id": "f32fab67-77dd-3937-addc-9062e28e4c37",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Jenni and the rest of the Ridwell warehouse employees!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}