Information about plays

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

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

{
    "id": 1382873,
    "uri": "https://api.kexp.org/v2/plays/1382873/?format=api",
    "airdate": "2008-06-07T17:46:20-07:00",
    "show": 24142,
    "show_uri": "https://api.kexp.org/v2/shows/24142/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DH5EY2ZBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DH5EY2ZBL._SL75_.jpg",
    "song": "Delicious",
    "track_id": "ba2b3826-a290-4522-b707-1120b1ac9369",
    "recording_id": null,
    "artist": "Sleeper",
    "artist_ids": [
        "06382766-3bf9-43f1-a10f-26d43196ad08"
    ],
    "album": "Smart",
    "release_id": "def289e2-53e4-4b93-8279-0bcce124a398",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}