Information about plays

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

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

{
    "id": 371925,
    "uri": "https://api.kexp.org/v2/plays/371925/?format=api",
    "airdate": "2019-08-24T23:12:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beneath the Concrete",
    "track_id": "dc2d9ae4-f358-4a89-a43d-e9ac3de659e2",
    "recording_id": null,
    "artist": "Resistant Culture",
    "artist_ids": [
        "2dac8c0b-841b-47d3-af72-d3c8402669f2"
    ],
    "album": "All One Struggle",
    "release_id": "de1b3866-bf83-465b-98d8-a2492615a602",
    "release_group_id": null,
    "labels": [
        "Seventh Generation Records"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Resistant Culture is set to release a new album next year; https://www.facebook.com/officialresistantculture/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}