Information about plays

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

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

{
    "id": 534383,
    "uri": "https://api.kexp.org/v2/plays/534383/?format=api",
    "airdate": "2002-04-03T23:02:16-08:00",
    "show": 9257,
    "show_uri": "https://api.kexp.org/v2/shows/9257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nUz9ZGf7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nUz9ZGf7L._SL75_.jpg",
    "song": "Two Brothers",
    "track_id": "1ec59aa9-d3e5-4d98-98d5-5619810172bd",
    "recording_id": null,
    "artist": "Boxhead Ensemble",
    "artist_ids": [
        "cbbe14c8-4cd5-417e-9645-ab39a63f6b89"
    ],
    "album": "Two Brothers",
    "release_id": "bcc05f7a-f067-4fee-8c6f-1c186751fa78",
    "release_group_id": null,
    "labels": [
        "Atavistic"
    ],
    "label_ids": [
        "01643627-1dba-4c18-b0e9-480337630da0"
    ],
    "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"
}