Information about plays

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

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

{
    "id": 1273248,
    "uri": "https://api.kexp.org/v2/plays/1273248/?format=api",
    "airdate": "2007-08-30T16:02:03-07:00",
    "show": 22287,
    "show_uri": "https://api.kexp.org/v2/shows/22287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FSVY5S7DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FSVY5S7DL._SL75_.jpg",
    "song": "Thank You for One More Day",
    "track_id": "a7c9fb93-2fdb-47c1-85ce-8ab44a2cf451",
    "recording_id": null,
    "artist": "The Dixie Hummingbirds",
    "artist_ids": [
        "59f465cf-5f6f-4ddf-bf3d-f56c7776d340"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of the Dixie Hummingbirds",
    "release_id": "cf50ea63-6678-4b9c-832e-e666b65c0c4b",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}