Information about plays

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

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

{
    "id": 368899,
    "uri": "https://api.kexp.org/v2/plays/368899/?format=api",
    "airdate": "2019-08-18T00:00:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy Metal Thunder",
    "track_id": null,
    "recording_id": null,
    "artist": "Saxon",
    "artist_ids": [
        "bbd80354-597e-4d53-94e4-92b3a7cb8f2c"
    ],
    "album": "Strong Arms of the Law",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Carrere Music"
    ],
    "label_ids": [],
    "release_date": "1980-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saxon released a box set of their singles on 7\" in April of this year : http://www.saxon747.com/en2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}