Information about plays

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

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

{
    "id": 456803,
    "uri": "https://api.kexp.org/v2/plays/456803/?format=api",
    "airdate": "2001-08-17T20:38:24-07:00",
    "show": 7733,
    "show_uri": "https://api.kexp.org/v2/shows/7733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jL6e1E2rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jL6e1E2rL._SL75_.jpg",
    "song": "The Race is On",
    "track_id": "0fd05cab-54dd-4746-b9b0-33ce589c1723",
    "recording_id": null,
    "artist": "Dave Edmunds",
    "artist_ids": [
        "ec4b6d29-527c-4cc0-89bb-8a4775f350d0"
    ],
    "album": "The Best of",
    "release_id": "2de39d36-1e41-4fea-b61c-adca657590cf",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "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"
}