Information about plays

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

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

{
    "id": 1323147,
    "uri": "https://api.kexp.org/v2/plays/1323147/?format=api",
    "airdate": "2008-01-06T20:08:00-08:00",
    "show": 23135,
    "show_uri": "https://api.kexp.org/v2/shows/23135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51blBtCX28L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51blBtCX28L._SL75_.jpg",
    "song": "Money in the Bank",
    "track_id": "94055834-8eb6-4d08-acaf-c13bc098d34e",
    "recording_id": null,
    "artist": "Kool G Rap",
    "artist_ids": [
        "852665bd-7089-4119-a77d-251162346b4c"
    ],
    "album": "Greatest Hits",
    "release_id": "e97e002a-149c-4586-8a26-d92347031fcb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}