Information about plays

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

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

{
    "id": 3413030,
    "uri": "https://api.kexp.org/v2/plays/3413030/?format=api",
    "airdate": "2024-10-15T16:05:48-07:00",
    "show": 61585,
    "show_uri": "https://api.kexp.org/v2/shows/61585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careful You",
    "track_id": "33dc5172-b833-4ea8-a01a-9eb70497a3bc",
    "recording_id": "a8c385f3-e8e5-4290-87d3-f7f87ee89974",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Seeds",
    "release_id": "539c942b-4eb8-40b7-bd05-f6d927fcb147",
    "release_group_id": "dfd3e397-a8a9-4f71-a091-c9beb0df06e3",
    "labels": [
        "Harvest",
        "CMG"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e",
        "420bafe0-10be-424c-afff-197b2a071d17"
    ],
    "release_date": "2014-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TV on the Radio will also be on the road touring their new album! Check out the dates and venues here: https://tvontheradio.com/\n- - - - - -\nTV on the Radio began when multi-instrumentalist/producer David Andrew Sitek moved into the building where vocalist Tunde Adebimpe had a loft; each of them had been recording music on his own, but realized their sounds worked well together. https://bit.ly/2ZBvEK4\n\nWatch TV on the Radio performing this song live in London in 2015:\nhttps://youtu.be/oZ_E587yRe8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}