Information about plays

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

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

{
    "id": 484246,
    "uri": "https://api.kexp.org/v2/plays/484246/?format=api",
    "airdate": "2001-11-06T23:38:10-08:00",
    "show": 8273,
    "show_uri": "https://api.kexp.org/v2/shows/8273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512lqtx2ZvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512lqtx2ZvL._SL75_.jpg",
    "song": "Silence Is Sexy",
    "track_id": "9ce81cdc-ed21-4df6-95d7-07d3e19de7ad",
    "recording_id": null,
    "artist": "Einstürzende Neubauten",
    "artist_ids": [
        "6e9ac29b-798c-4af7-8d9e-55cdc72a999c"
    ],
    "album": "Silence Is Sexy",
    "release_id": "680eecaa-5f60-4a10-910c-96709298c309",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}