Information about plays

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

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

{
    "id": 1308239,
    "uri": "https://api.kexp.org/v2/plays/1308239/?format=api",
    "airdate": "2007-11-29T15:24:37-08:00",
    "show": 22883,
    "show_uri": "https://api.kexp.org/v2/shows/22883/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cTDjca5bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cTDjca5bL._SL75_.jpg",
    "song": "I Can't Work",
    "track_id": "33311232-0f4d-4ac9-99e2-97797a2be9bc",
    "recording_id": null,
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Steal Yer Heart",
    "release_id": "5c1fdb8f-4fe3-40ea-a822-9fca55769c85",
    "release_group_id": null,
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}