Information about plays

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

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

{
    "id": 414517,
    "uri": "https://api.kexp.org/v2/plays/414517/?format=api",
    "airdate": "2001-04-09T08:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512ljcDkD4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512ljcDkD4L._SL75_.jpg",
    "song": "As I Sat Sadly by Her Side",
    "track_id": "8b79fc5c-d5a5-43e6-9162-8e922f3ba785",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "No More Shall We Part",
    "release_id": "59e2971a-21e0-4817-868a-86a8b8ee7782",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}