Information about plays

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

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

{
    "id": 505858,
    "uri": "https://api.kexp.org/v2/plays/505858/?format=api",
    "airdate": "2002-01-11T00:10:00-08:00",
    "show": 8699,
    "show_uri": "https://api.kexp.org/v2/shows/8699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TDZDMKNRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TDZDMKNRL._SL75_.jpg",
    "song": "Your Mother's No Good Here / Between The Red Ropes",
    "track_id": null,
    "recording_id": null,
    "artist": "310",
    "artist_ids": [
        "5e29d25a-ba6f-4029-9dd4-c3c07e232482"
    ],
    "album": "Downtown and Brooklyn Only: SNORKELHoUSE",
    "release_id": "5de23a31-57b4-4b19-a99b-aeba30452a39",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "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"
}