Information about plays

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

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

{
    "id": 533348,
    "uri": "https://api.kexp.org/v2/plays/533348/?format=api",
    "airdate": "2002-03-31T23:59:46-08:00",
    "show": 9239,
    "show_uri": "https://api.kexp.org/v2/shows/9239/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212YDX3533L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212YDX3533L._SL75_.jpg",
    "song": "Over There",
    "track_id": "09af3ec8-9e3e-4bc5-8ad9-94c505d5cb1b",
    "recording_id": null,
    "artist": "Sounds From the Ground",
    "artist_ids": [
        "9806e551-9a63-4a9d-be1b-5297b2ac0e76"
    ],
    "album": "Kin",
    "release_id": "b3304c01-00e0-43d9-a50b-5380d26754e1",
    "release_group_id": null,
    "labels": [
        "Waveform Records"
    ],
    "label_ids": [
        "5625a445-53c2-435b-a8f0-5dc6feee3c25"
    ],
    "release_date": "1996-04-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}