Information about plays

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

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

{
    "id": 415194,
    "uri": "https://api.kexp.org/v2/plays/415194/?format=api",
    "airdate": "2001-04-16T00:20:00-07:00",
    "show": 6926,
    "show_uri": "https://api.kexp.org/v2/shows/6926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416G726X6DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416G726X6DL._SL75_.jpg",
    "song": "Vai Viver A Vida (feat. Tania Maria)",
    "track_id": "9f62f2f7-0035-48b1-bc2d-ce73b80ec9a0",
    "recording_id": null,
    "artist": "Rae & Christian",
    "artist_ids": [
        "3f41479a-8486-4c70-a338-be75e10b6efc"
    ],
    "album": "Sleepwalking",
    "release_id": "58872c8b-a607-4bab-a7fd-735785af4159",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}