Information about plays

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

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

{
    "id": 422057,
    "uri": "https://api.kexp.org/v2/plays/422057/?format=api",
    "airdate": "2001-05-07T14:17:38-07:00",
    "show": 7072,
    "show_uri": "https://api.kexp.org/v2/shows/7072/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RZa-dHVaL._SL75_.jpg",
    "song": "Hickory Wind",
    "track_id": "549c614a-3efe-4477-8719-e15c138ab30c",
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}