Information about plays

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

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

{
    "id": 533174,
    "uri": "https://api.kexp.org/v2/plays/533174/?format=api",
    "airdate": "2002-03-31T12:38:33-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JXHR9BTCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JXHR9BTCL._SL75_.jpg",
    "song": "New World",
    "track_id": null,
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Selmasongs",
    "release_id": "c0417337-cb6d-4cb3-826a-8dc476cbb837",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2000-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}