Information about plays

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

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

{
    "id": 347621,
    "uri": "https://api.kexp.org/v2/plays/347621/?format=api",
    "airdate": "2019-06-28T23:31:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sledgehammer!",
    "track_id": "9d78703f-35e4-36e3-8190-26322e83cb8c",
    "recording_id": null,
    "artist": "Invincible",
    "artist_ids": [
        "521377eb-224a-4b31-a482-96c31bd72678"
    ],
    "album": "ShapeShifters",
    "release_id": "3327de2c-4c6c-4e35-b77c-fd5b31889660",
    "release_group_id": null,
    "labels": [
        "EMERGENCE Media"
    ],
    "label_ids": [],
    "release_date": "2008-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Invincible's 'Sledgehammer!' here: https://www.youtube.com/watch?v=FxZbpbCKKL4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}