Information about plays

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

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

{
    "id": 344091,
    "uri": "https://api.kexp.org/v2/plays/344091/?format=api",
    "airdate": "2019-06-20T19:27:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Some Kind of Dream",
    "track_id": "47231008-182c-41c0-b841-b9053fb2d797",
    "recording_id": null,
    "artist": "Josh Ritter",
    "artist_ids": [
        "ac53c83c-c969-477f-9564-769e1ed80519"
    ],
    "album": "Fever Breaks",
    "release_id": "c21eb55e-1aa6-4e73-94d2-549af6382f17",
    "release_group_id": null,
    "labels": [
        "Pytheas Recordings"
    ],
    "label_ids": [
        "9fc8444c-1573-41ad-8d48-132f8a56c605"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Josh Ritter & The Royal City Band are at the Moore this Sun. June 23rd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}