Information about plays

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

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

{
    "id": 424177,
    "uri": "https://api.kexp.org/v2/plays/424177/?format=api",
    "airdate": "2001-05-14T01:42:00-07:00",
    "show": 7115,
    "show_uri": "https://api.kexp.org/v2/shows/7115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218WPYV3EGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218WPYV3EGL._SL75_.jpg",
    "song": "Doldrums",
    "track_id": "bb519557-c5a1-4834-a117-10f010f59a6a",
    "recording_id": null,
    "artist": "Cul de Sac",
    "artist_ids": [
        "2d45574f-6e9f-404b-b87b-51ee318bbc27"
    ],
    "album": "I Don't Want to Go to Bed",
    "release_id": "e1218f04-b7a4-4ded-9d47-8e84fa7599e7",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "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"
}