Information about plays

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

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

{
    "id": 1392849,
    "uri": "https://api.kexp.org/v2/plays/1392849/?format=api",
    "airdate": "2008-07-02T20:50:00-07:00",
    "show": 24308,
    "show_uri": "https://api.kexp.org/v2/shows/24308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415SE3CNRBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415SE3CNRBL._SL75_.jpg",
    "song": "Facts of Life/He'll Be There When the Sun Goes Down (Medley)",
    "track_id": "41d03c46-f29c-4bae-b3c9-94b6da34d60a",
    "recording_id": null,
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Facts of Life",
    "release_id": "8a56af75-90bf-4226-be81-377e8cacd681",
    "release_group_id": null,
    "labels": [
        "UA"
    ],
    "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"
}