Information about plays

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

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

{
    "id": 454784,
    "uri": "https://api.kexp.org/v2/plays/454784/?format=api",
    "airdate": "2001-08-12T05:56:00-07:00",
    "show": 7698,
    "show_uri": "https://api.kexp.org/v2/shows/7698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XZP5N6SHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XZP5N6SHL._SL75_.jpg",
    "song": "Girl Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Blonde Redhead",
    "release_id": "23ac0966-5414-4177-a599-6883e92964c4",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1995-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}