Information about plays

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

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

{
    "id": 498903,
    "uri": "https://api.kexp.org/v2/plays/498903/?format=api",
    "airdate": "2001-12-20T19:00:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hzVXUoxfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hzVXUoxfL._SL75_.jpg",
    "song": "To Live Is to Fly",
    "track_id": "d913b1a8-1231-44e7-afdb-87e97ac33065",
    "recording_id": null,
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "In Pain",
    "release_id": "6286925f-a543-4bee-adcd-05f00d5850bd",
    "release_group_id": null,
    "labels": [
        "Normal"
    ],
    "label_ids": [
        "407af964-f55a-4edb-a646-776e454766fc"
    ],
    "release_date": "1999-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}