Information about plays

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

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

{
    "id": 501255,
    "uri": "https://api.kexp.org/v2/plays/501255/?format=api",
    "airdate": "2001-12-28T07:36:00-08:00",
    "show": 8607,
    "show_uri": "https://api.kexp.org/v2/shows/8607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413R9S9NEWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413R9S9NEWL._SL75_.jpg",
    "song": "Human Being",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "Hot Shots II",
    "release_id": "4d7294cb-caf4-440d-a873-3dc0b4ec8cdb",
    "release_group_id": null,
    "labels": [
        "Regal Recordings"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "2001-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}