Information about plays

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

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

{
    "id": 494204,
    "uri": "https://api.kexp.org/v2/plays/494204/?format=api",
    "airdate": "2001-12-07T03:00:00-08:00",
    "show": 8473,
    "show_uri": "https://api.kexp.org/v2/shows/8473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515Onifx4ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515Onifx4ZL._SL75_.jpg",
    "song": "Child of the Ghetto",
    "track_id": "6f956a76-f079-4477-9d7e-a43844e6ae6b",
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Mr. Bassie",
    "release_id": "0bc7a669-3724-4c50-9991-16875ec4b17e",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "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"
}