Information about plays

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

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

{
    "id": 418197,
    "uri": "https://api.kexp.org/v2/plays/418197/?format=api",
    "airdate": "2001-04-25T18:22:06-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o9rx55c3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o9rx55c3L._SL75_.jpg",
    "song": "That's All I Need",
    "track_id": null,
    "recording_id": null,
    "artist": "Magic Sam",
    "artist_ids": [
        "d1834301-1ca3-4576-a0af-a81479d5c6b6"
    ],
    "album": "West Side Soul",
    "release_id": "ddad587a-4359-49ab-b11b-1c4155e76494",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}