Information about plays

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

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

{
    "id": 348549,
    "uri": "https://api.kexp.org/v2/plays/348549/?format=api",
    "airdate": "2019-07-01T07:50:41-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dana Katherine Scully",
    "track_id": "8218ae0f-6481-4e9d-9196-58e2d13d3282",
    "recording_id": null,
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "Lost Time",
    "release_id": "5aad7604-bfab-4eb0-a948-eadcf09dba0e",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video! https://www.youtube.com/watch?v=7FShqXAqGv4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}