Information about plays

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

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

{
    "id": 348334,
    "uri": "https://api.kexp.org/v2/plays/348334/?format=api",
    "airdate": "2019-06-30T18:22:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey, Shooter",
    "track_id": "62e33c6a-90f6-4714-8594-97882ae35406",
    "recording_id": null,
    "artist": "Rocket Juice & The Moon",
    "artist_ids": [
        "6dd0c24f-da12-49e6-b27e-4f98500c357f"
    ],
    "album": "Rocket Juice & The Moon",
    "release_id": "7fb35459-2f39-4255-a761-6c0abb49e0e5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}