Information about plays

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

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

{
    "id": 1233033,
    "uri": "https://api.kexp.org/v2/plays/1233033/?format=api",
    "airdate": "2007-05-19T09:03:00-07:00",
    "show": 21599,
    "show_uri": "https://api.kexp.org/v2/shows/21599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ldkoQ1B1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ldkoQ1B1L._SL75_.jpg",
    "song": "Living In The Foot Steps (Of Another Man)",
    "track_id": null,
    "recording_id": null,
    "artist": "Delroy Wilson",
    "artist_ids": [
        "19b3c333-bfc3-4915-ace8-cdb4a5a79a9b"
    ],
    "album": "Better Must Come",
    "release_id": "0e0cbeff-0a62-4cfd-b43d-4b0c38e1f567",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}