Information about plays

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

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

{
    "id": 1256807,
    "uri": "https://api.kexp.org/v2/plays/1256807/?format=api",
    "airdate": "2007-07-20T03:32:09-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XJX3WKC4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XJX3WKC4L._SL75_.jpg",
    "song": "Dead Souls",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "e82593ba-55f7-4e03-a003-fff0643ff972",
    "release_group_id": null,
    "labels": [
        "Qwest"
    ],
    "label_ids": [
        "30a8916e-4cda-404f-a16b-9384f692dbb5"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}