Information about plays

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

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

{
    "id": 493082,
    "uri": "https://api.kexp.org/v2/plays/493082/?format=api",
    "airdate": "2001-12-04T00:07:00-08:00",
    "show": 8454,
    "show_uri": "https://api.kexp.org/v2/shows/8454/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217NBE5TBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217NBE5TBYL._SL75_.jpg",
    "song": "Sweet Mother Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "Bert Jansch Conundrum",
    "artist_ids": [
        "57049d6e-3cb8-4e42-8822-5f4209d10c58"
    ],
    "album": "Thirteen Down",
    "release_id": "4fad62d1-6df5-43e6-ab32-8183c817df79",
    "release_group_id": null,
    "labels": [
        "Kicking Mule Records"
    ],
    "label_ids": [
        "f89b2fad-7822-4a56-b322-c39d5f2d3f7f"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}