Information about plays

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

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

{
    "id": 492587,
    "uri": "https://api.kexp.org/v2/plays/492587/?format=api",
    "airdate": "2001-12-02T14:56:00-08:00",
    "show": 8444,
    "show_uri": "https://api.kexp.org/v2/shows/8444/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Br-N5xUdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Br-N5xUdL._SL75_.jpg",
    "song": "Things Behind the Sun",
    "track_id": "272557e5-30e4-4de6-90f6-4db18fdcb2ea",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Way to Blue: An Introduction to Nick Drake",
    "release_id": "3c112d7a-e40c-4c83-bfd2-c0640a9abdb2",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "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"
}