Information about plays

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

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

{
    "id": 426395,
    "uri": "https://api.kexp.org/v2/plays/426395/?format=api",
    "airdate": "2001-05-21T01:27:16-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519VIAPh3cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519VIAPh3cL._SL75_.jpg",
    "song": "Fling It Gimme",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gladiators",
    "artist_ids": [
        "563f1d7a-a566-4645-8d28-4696020347fb"
    ],
    "album": "Bongo Red",
    "release_id": "87950231-fc2e-4f9e-a875-27e6a9bd0088",
    "release_group_id": null,
    "labels": [
        "Hemisphere"
    ],
    "label_ids": [
        "6bf3095f-45de-43dc-b9ec-0d9fb27899e7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}