Information about plays

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

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

{
    "id": 3413277,
    "uri": "https://api.kexp.org/v2/plays/3413277/?format=api",
    "airdate": "2024-10-16T06:18:29-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Change",
    "track_id": "b76e2378-f7ee-4882-aa50-5b89ee366728",
    "recording_id": "bd3ae579-fabf-41ef-aa73-f542403e38f4",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Shabooh Shoobah",
    "release_id": "349325a9-316c-413e-bbe2-eab43e252bf2",
    "release_group_id": "d0b7bb2d-c91e-345b-a545-a4bf95cd9bff",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1982-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1982, INXS release Shabooh Shoobah. \"Don't Change\" is the last song on the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}