Information about plays

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

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

{
    "id": 1314861,
    "uri": "https://api.kexp.org/v2/plays/1314861/?format=api",
    "airdate": "2007-12-16T11:10:08-08:00",
    "show": 22995,
    "show_uri": "https://api.kexp.org/v2/shows/22995/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UYIHZl9zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UYIHZl9zL._SL75_.jpg",
    "song": "Soul Meeting",
    "track_id": "5559ddf3-6b93-4224-8788-79b9b5ba5ee5",
    "recording_id": null,
    "artist": "The Soul Clan",
    "artist_ids": [
        "06d9ae7a-1112-4b2a-8d63-5f2c16d5147b"
    ],
    "album": "The Very Best of Solomon Burke",
    "release_id": "c55f7091-5f36-4268-bc1f-c2911db31774",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}