Information about plays

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

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

{
    "id": 416422,
    "uri": "https://api.kexp.org/v2/plays/416422/?format=api",
    "airdate": "2001-04-19T14:28:14-07:00",
    "show": 6949,
    "show_uri": "https://api.kexp.org/v2/shows/6949/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Njh6vo1yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Njh6vo1yL._SL75_.jpg",
    "song": "Run The Voo Doo Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Cassandra Wison",
    "artist_ids": [
        "eb6595d3-e559-4bcc-a516-843bfdba82e9"
    ],
    "album": "Traveling Miles",
    "release_id": "102bf300-dbd0-43c2-964d-204b99d28149",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}