Information about plays

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

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

{
    "id": 1257998,
    "uri": "https://api.kexp.org/v2/plays/1257998/?format=api",
    "airdate": "2007-07-23T04:07:24-07:00",
    "show": 22031,
    "show_uri": "https://api.kexp.org/v2/shows/22031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61A12CM9Z6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61A12CM9Z6L._SL75_.jpg",
    "song": "Kracked",
    "track_id": "6f0d2a9a-dd05-4e6c-a437-9a09b7a26bdc",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "You're Living All Over Me",
    "release_id": "d1bb95a6-0190-459e-a29d-ef979374e087",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}