Information about plays

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

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

{
    "id": 1308783,
    "uri": "https://api.kexp.org/v2/plays/1308783/?format=api",
    "airdate": "2007-11-30T21:16:00-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M260MPDHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M260MPDHL._SL75_.jpg",
    "song": "Standing In The Way Of Control",
    "track_id": null,
    "recording_id": null,
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Standing in the Way of Control",
    "release_id": "d9e40dbb-bf22-4dd7-b06c-6b5d2e02f18e",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}