Information about plays

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

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

{
    "id": 1292379,
    "uri": "https://api.kexp.org/v2/plays/1292379/?format=api",
    "airdate": "2007-10-18T14:26:22-07:00",
    "show": 22612,
    "show_uri": "https://api.kexp.org/v2/shows/22612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LAJKjAuFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LAJKjAuFL._SL75_.jpg",
    "song": "Pacifying Joint",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Fall Heads Roll",
    "release_id": "94051a34-5292-4721-81c6-715f94d8961b",
    "release_group_id": null,
    "labels": [
        "Slogan Records"
    ],
    "label_ids": [
        "130959f5-d480-45c0-acc0-88f7f8803105"
    ],
    "release_date": "2005-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}