Information about plays

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

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

{
    "id": 420818,
    "uri": "https://api.kexp.org/v2/plays/420818/?format=api",
    "airdate": "2001-05-03T13:42:21-07:00",
    "show": 7041,
    "show_uri": "https://api.kexp.org/v2/shows/7041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D9FS5YYAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D9FS5YYAL._SL75_.jpg",
    "song": "Texas",
    "track_id": "1ba2573f-829e-4dc3-954c-7cecf0b336de",
    "recording_id": null,
    "artist": "Magnapop",
    "artist_ids": [
        "7ba311d4-c068-4b85-a64f-c7d4f1adb868"
    ],
    "album": "Hot Boxing",
    "release_id": "db3798b1-7254-48b6-9589-185409fcf0be",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}