Information about plays

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

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

{
    "id": 483444,
    "uri": "https://api.kexp.org/v2/plays/483444/?format=api",
    "airdate": "2001-11-04T11:10:00-08:00",
    "show": 8257,
    "show_uri": "https://api.kexp.org/v2/shows/8257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OOkjnZG0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OOkjnZG0L._SL75_.jpg",
    "song": "Early in the Morning",
    "track_id": "8814766d-5391-4cc9-8bf9-a8a676ca23aa",
    "recording_id": null,
    "artist": "Boz Scaggs",
    "artist_ids": [
        "18a33653-bbaf-4aa7-884c-73f02a7a4515"
    ],
    "album": "Come on Home",
    "release_id": "0c5ce790-0430-4d8e-bf98-27fb7d0c3452",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}