Information about plays

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

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

{
    "id": 345009,
    "uri": "https://api.kexp.org/v2/plays/345009/?format=api",
    "airdate": "2019-06-23T05:14:00-07:00",
    "show": 5751,
    "show_uri": "https://api.kexp.org/v2/shows/5751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Visiting Friends",
    "track_id": "98f98996-e073-3efa-bcf2-3f4bec5ada80",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Sung Tongs",
    "release_id": "a23912f7-2bdb-36e1-9806-d63da139b40b",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2004-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Thanks Chau!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}