Information about plays

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

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

{
    "id": 372287,
    "uri": "https://api.kexp.org/v2/plays/372287/?format=api",
    "airdate": "2019-08-25T19:58:00-07:00",
    "show": 6202,
    "show_uri": "https://api.kexp.org/v2/shows/6202/?format=api",
    "image_uri": "http://coverartarchive.org/release/796d66a5-5606-4a40-959a-0e1fdc47b2f7/17304177137-250.jpg",
    "thumbnail_uri": "",
    "song": "Coolin'",
    "track_id": "7841b7e3-cdf9-48b6-b457-56696020ae8e",
    "recording_id": null,
    "artist": "Benedek",
    "artist_ids": [
        "82b6042b-7943-454a-ba91-715dfbe62f0b"
    ],
    "album": "Coolin' EP",
    "release_id": "796d66a5-5606-4a40-959a-0e1fdc47b2f7",
    "release_group_id": null,
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2016-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}