Information about plays

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

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

{
    "id": 470354,
    "uri": "https://api.kexp.org/v2/plays/470354/?format=api",
    "airdate": "2001-09-27T01:47:08-07:00",
    "show": 8007,
    "show_uri": "https://api.kexp.org/v2/shows/8007/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215hpDk87CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215hpDk87CL._SL75_.jpg",
    "song": "the Satisfier",
    "track_id": null,
    "recording_id": null,
    "artist": "Jana McCall",
    "artist_ids": [
        "6a41ca54-d33d-450c-8b45-1772561dfd32"
    ],
    "album": "Jana McCall",
    "release_id": "28c94e95-22f8-46c8-b355-b6a604e57aac",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1998-03-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}