Information about plays

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

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

{
    "id": 501058,
    "uri": "https://api.kexp.org/v2/plays/501058/?format=api",
    "airdate": "2001-12-27T18:02:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OOYueIe2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OOYueIe2L._SL75_.jpg",
    "song": "Saddle Bum",
    "track_id": "8a5e23ef-fa6e-47a1-beb4-39d9dafc1b29",
    "recording_id": null,
    "artist": "Wylie and the Wild West",
    "artist_ids": [
        "294ff8f6-048c-4465-ad92-450d76d8a0a0"
    ],
    "album": "Paradise",
    "release_id": "4cc52e0f-7190-4367-94d0-2a3cceaa9b4b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}