Information about plays

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

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

{
    "id": 3413517,
    "uri": "https://api.kexp.org/v2/plays/3413517/?format=api",
    "airdate": "2024-10-16T16:31:25-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run, Run, Run",
    "track_id": "317b9825-a073-3931-9304-5e41ea809756",
    "recording_id": "5c7957e2-6a22-4fdf-a203-5266aba00d5a",
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "I Can't Stand the Rain",
    "release_id": "64782000-ecbc-4dd8-8686-ad7e644f3f69",
    "release_group_id": "f1c09a35-7e36-377f-b67f-72a52dca1180",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1974-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ann Lee Peebles is an American retired singer and songwriter who gained popularity for her Memphis soul albums of the 1970s while signed to Hi Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}