Information about plays

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

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

{
    "id": 349082,
    "uri": "https://api.kexp.org/v2/plays/349082/?format=api",
    "airdate": "2019-07-02T15:01:39-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": "fd40e7a6-76cc-3d0e-a793-0fdfc3f690a2",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "In a Doghouse",
    "release_id": "bf1356a0-7b4f-3819-9530-ee8548edea55",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'In a Doghouse' is a compilation of early recordings from Throwing Muses.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}