Information about plays

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

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

{
    "id": 421577,
    "uri": "https://api.kexp.org/v2/plays/421577/?format=api",
    "airdate": "2001-05-05T19:25:42-07:00",
    "show": 7058,
    "show_uri": "https://api.kexp.org/v2/shows/7058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DQ04B7C4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DQ04B7C4L._SL75_.jpg",
    "song": "Loss",
    "track_id": "ab914c3c-760c-42da-8e2a-15226cc174b3",
    "recording_id": null,
    "artist": "Spyglass",
    "artist_ids": [
        "cc484126-fb9b-457e-bec8-b62bd7f7b506"
    ],
    "album": "Wake Up Sleepyhead",
    "release_id": "6d6bae35-51fe-40e2-bb6b-336b01fc7e55",
    "release_group_id": null,
    "labels": [
        "Pattern 25"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}