Information about plays

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

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

{
    "id": 353159,
    "uri": "https://api.kexp.org/v2/plays/353159/?format=api",
    "airdate": "2019-07-11T18:41:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swing That Hammer",
    "track_id": "1e72bda3-3443-3b44-8525-7492ca9f27c7",
    "recording_id": null,
    "artist": "Lonesome River Band",
    "artist_ids": [
        "1d281e8f-a774-4330-82d6-81fcc880d1cd"
    ],
    "album": "Talkin' to Myself",
    "release_id": "949a68d6-7c33-4192-9f83-22f55efef96d",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}