Information about plays

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

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

{
    "id": 348349,
    "uri": "https://api.kexp.org/v2/plays/348349/?format=api",
    "airdate": "2019-06-30T19:16:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Chain",
    "track_id": "6eb7f715-c254-4f6b-b0c7-20e3b87dc6b8",
    "recording_id": null,
    "artist": "Col3trane",
    "artist_ids": [
        "fa0cdc54-e122-47ac-99b4-dcd208e9a56a"
    ],
    "album": "Tsarina",
    "release_id": "7c55c990-05b1-43fc-b1cc-d15ed9ac72e1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}