Information about plays

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

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

{
    "id": 452920,
    "uri": "https://api.kexp.org/v2/plays/452920/?format=api",
    "airdate": "2001-08-06T23:17:08-07:00",
    "show": 7664,
    "show_uri": "https://api.kexp.org/v2/shows/7664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AQHR6F5SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AQHR6F5SL._SL75_.jpg",
    "song": "Everything You Say Will Destroy You",
    "track_id": "a87ca8a6-0d5a-49bc-9625-4e3aae0bc81b",
    "recording_id": null,
    "artist": "The Auteurs",
    "artist_ids": [
        "c26c3822-451f-4545-b55a-bd09a3c815ae"
    ],
    "album": "After Murder Park",
    "release_id": "9b4db6a4-56e6-47de-8440-074247b2ed52",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}