Information about plays

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

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

{
    "id": 356581,
    "uri": "https://api.kexp.org/v2/plays/356581/?format=api",
    "airdate": "2019-07-19T19:08:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful for What You've Got",
    "track_id": "09d638e1-04c5-3809-8005-406cc30645e3",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "65f2545b-eebe-3ec3-a9e1-e19763ec879c",
    "release_group_id": null,
    "labels": [
        "EMI Music Japan Inc."
    ],
    "label_ids": [
        "753a8b77-b328-4618-addb-4d8243c0bf5e"
    ],
    "release_date": "2006-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my three rules for life: 1. Be your own safety & security. 2. Life is what you make it. 3. Be thankful for what you've got. https://www.massiveattack.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}