Information about plays

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

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

{
    "id": 344749,
    "uri": "https://api.kexp.org/v2/plays/344749/?format=api",
    "airdate": "2019-06-22T14:35:27-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/87862ca8-8e03-4c26-abfd-06957618c801/17985395209-250.jpg",
    "thumbnail_uri": "",
    "song": "Undersea",
    "track_id": "03740f67-b49f-482e-a660-aaf42b7988e3",
    "recording_id": null,
    "artist": "The Church",
    "artist_ids": [
        "4fcb7864-42dd-4dcf-b269-6da0d9042956"
    ],
    "album": "Man Woman Life Death Infinity",
    "release_id": "87862ca8-8e03-4c26-abfd-06957618c801",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Church with \"Undersea\", from their latest release that came out in 2017. Full performance on our KEXP YouTube page: https://www.youtube.com/watch?v=BSME2KfEPrE.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}