Information about plays

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

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

{
    "id": 3413377,
    "uri": "https://api.kexp.org/v2/plays/3413377/?format=api",
    "airdate": "2024-10-16T10:51:23-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vow",
    "track_id": "74f5d8b8-80ab-3b71-9aed-6d6a78bea171",
    "recording_id": "f1f88b8a-82a9-4010-bfdb-30b59fe88fc2",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": "b3d9d402-9f2d-416b-8b03-9e2324fb5690",
    "release_group_id": "dcad245f-9d95-3751-9e69-d50ca399b46a",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Vow\" was Garbage's debut single. The song is about having feelings of vengeance. \n\"You have to face your feelings of revenge and work out why you feel that way,\" Shirley Manson said. \"It's about that conundrum when you're really angry but in reality you're in a pitiful state. Angry, twisted, but deep down, vulnerable.\"\nhttps://bit.ly/3WjfwHh \nCheck out the music video here:\nhttps://www.youtube.com/watch?v=qZsVcoWRIkY\nhttps://www.garbage.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}