Information about plays

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

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

{
    "id": 432424,
    "uri": "https://api.kexp.org/v2/plays/432424/?format=api",
    "airdate": "2001-06-07T20:48:45-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RJHAN9PAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RJHAN9PAL._SL75_.jpg",
    "song": "This Big City",
    "track_id": null,
    "recording_id": null,
    "artist": "The Derailers",
    "artist_ids": [
        "9c1ce108-f09d-40cf-831f-3214345a5966"
    ],
    "album": "Jackpot",
    "release_id": "642623e2-c13e-4e81-88cd-6180df100812",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}