Information about plays

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

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

{
    "id": 420785,
    "uri": "https://api.kexp.org/v2/plays/420785/?format=api",
    "airdate": "2001-05-03T11:38:34-07:00",
    "show": 7041,
    "show_uri": "https://api.kexp.org/v2/shows/7041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vf2oWhxQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vf2oWhxQL._SL75_.jpg",
    "song": "Delta Sun Bottleneck Stomp (Chemical Brothers remix)",
    "track_id": "821b135c-e2af-47a0-abac-af660b8b7ae7",
    "recording_id": null,
    "artist": "Mercury Rev",
    "artist_ids": [
        "7b1cf87e-c54f-4abc-893d-90245a31900d"
    ],
    "album": "Goddess on a Hiway +5",
    "release_id": "10f04c7f-e110-46f7-83f9-bda6868329f8",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}