Information about plays

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

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

{
    "id": 1308186,
    "uri": "https://api.kexp.org/v2/plays/1308186/?format=api",
    "airdate": "2007-11-29T11:30:33-08:00",
    "show": 22882,
    "show_uri": "https://api.kexp.org/v2/shows/22882/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/612K6V5pasL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/612K6V5pasL._SL75_.jpg",
    "song": "Skinny Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Bon Iver",
    "artist_ids": [
        "437a0e49-c6ae-42f6-a6c1-84f25ed366bc"
    ],
    "album": "For Emma, Forever Ago",
    "release_id": "f2d4a53b-0612-48e2-a09c-02489ae27a51",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}