Information about plays

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

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

{
    "id": 1339514,
    "uri": "https://api.kexp.org/v2/plays/1339514/?format=api",
    "airdate": "2008-02-16T14:19:37-08:00",
    "show": 23403,
    "show_uri": "https://api.kexp.org/v2/shows/23403/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gF-wblshL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gF-wblshL._SL75_.jpg",
    "song": "It's All Over Now",
    "track_id": "dcc5793c-ec90-4003-8fab-62cba2992380",
    "recording_id": null,
    "artist": "Deadstring Brothers",
    "artist_ids": [
        "c2730539-cb71-41df-95f6-7c37a2c88430"
    ],
    "album": "Starving Winter Report",
    "release_id": "0d98a30e-e552-48ef-907c-ac38d4d9fda3",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}