Information about plays

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

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

{
    "id": 501426,
    "uri": "https://api.kexp.org/v2/plays/501426/?format=api",
    "airdate": "2001-12-28T18:43:00-08:00",
    "show": 8610,
    "show_uri": "https://api.kexp.org/v2/shows/8610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R1FFCVYVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R1FFCVYVL._SL75_.jpg",
    "song": "Working for the Man",
    "track_id": "1f4ff21b-7c00-4a69-baa9-076024940376",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "All-Time Greatest Hits",
    "release_id": "bc9279ba-aacf-4bcf-b53e-0f2d1149a467",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "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"
}