Information about plays

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

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

{
    "id": 347262,
    "uri": "https://api.kexp.org/v2/plays/347262/?format=api",
    "airdate": "2019-06-28T03:24:41-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/82678bb7-731f-4da6-a845-be9a0f9a2cb9/9917240100-250.jpg",
    "thumbnail_uri": "",
    "song": "Paperhouse",
    "track_id": "a5eebcf2-04b8-359a-815a-52d727e9b799",
    "recording_id": null,
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Tago Mago",
    "release_id": "82678bb7-731f-4da6-a845-be9a0f9a2cb9",
    "release_group_id": null,
    "labels": [
        "Spoon Records"
    ],
    "label_ids": [
        "92ab7096-226a-451d-af9e-865cb3b68025"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This record has a few layered \"inbetween takes\" recordings, including a random dog howling outside, and a kid bursting into the room.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}