Information about plays

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

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

{
    "id": 1289099,
    "uri": "https://api.kexp.org/v2/plays/1289099/?format=api",
    "airdate": "2007-10-10T02:42:12-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z6O7P58RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z6O7P58RL._SL75_.jpg",
    "song": "Soliloquy of Chaos",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Daily Operation",
    "release_id": "6d2269cd-171e-4050-b87f-e54fa4753d30",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1992-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}