Information about plays

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

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

{
    "id": 379521,
    "uri": "https://api.kexp.org/v2/plays/379521/?format=api",
    "airdate": "2019-09-11T11:01:38-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/539c942b-4eb8-40b7-bd05-f6d927fcb147/8947007068-250.jpg",
    "thumbnail_uri": "",
    "song": "Careful You",
    "track_id": "33dc5172-b833-4ea8-a01a-9eb70497a3bc",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Seeds",
    "release_id": "539c942b-4eb8-40b7-bd05-f6d927fcb147",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "2014-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seeds is the fifth studio album released by TV On The Radio, and the first after the death of bassist Gerard Smith. \"One of the big themes could be the love of something greater than yourself, whether that's the \"meaning\" of life or the joys and sorrows of the world... I don't know if it's about a spiritual connection, but it's about collectively eliminating fear in the face of things that might call for you to be fearful of them. Eliminating fear in favour of acceptance, of humanity, regardless of how great or shitty it might be – whether that's actually possible of not, I have no idea,\" says singer, Tunde Adebimpe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}