Information about plays

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

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

{
    "id": 447531,
    "uri": "https://api.kexp.org/v2/plays/447531/?format=api",
    "airdate": "2001-07-22T03:07:30-07:00",
    "show": 7564,
    "show_uri": "https://api.kexp.org/v2/shows/7564/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VVYBM496L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VVYBM496L._SL75_.jpg",
    "song": "Junk-O-Rama",
    "track_id": "e1763dec-77fd-47d8-bf55-bca673c8da5a",
    "recording_id": null,
    "artist": "Red Harvest",
    "artist_ids": [
        "c6c13941-3581-4042-9bbc-23d191dbf34b"
    ],
    "album": "Cold Dark Matter",
    "release_id": "c4e2669c-a497-4448-a684-2c5aa985c5a8",
    "release_group_id": null,
    "labels": [
        "Relapse"
    ],
    "label_ids": [],
    "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"
}