Information about plays

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

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

{
    "id": 517917,
    "uri": "https://api.kexp.org/v2/plays/517917/?format=api",
    "airdate": "2002-02-14T21:10:00-08:00",
    "show": 8934,
    "show_uri": "https://api.kexp.org/v2/shows/8934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H1YRTuGEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H1YRTuGEL._SL75_.jpg",
    "song": "Down to You",
    "track_id": "16d0b91d-ff15-4da7-9aa2-a0b5600a2c74",
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Court and Spark",
    "release_id": "7921d96f-48d6-4d37-b1be-9074139a6f00",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1974-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}