Information about plays

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

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

{
    "id": 1261545,
    "uri": "https://api.kexp.org/v2/plays/1261545/?format=api",
    "airdate": "2007-08-01T02:55:00-07:00",
    "show": 22092,
    "show_uri": "https://api.kexp.org/v2/shows/22092/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oq1f3VDuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oq1f3VDuL._SL75_.jpg",
    "song": "Too Much Paranoias",
    "track_id": null,
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "ac5e2d19-f8f2-43a0-8830-170f2e09677d",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}