Information about plays

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

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

{
    "id": 345602,
    "uri": "https://api.kexp.org/v2/plays/345602/?format=api",
    "airdate": "2019-06-24T15:56:23-07:00",
    "show": 5763,
    "show_uri": "https://api.kexp.org/v2/shows/5763/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4fb702b-0536-3f7b-b599-d9ff9a54b539/11462148666-250.jpg",
    "thumbnail_uri": "",
    "song": "Leave",
    "track_id": "ce8d5fe3-0982-36a0-b928-c6f5a3033ffa",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "New Adventures in Hi‐Fi",
    "release_id": "a4fb702b-0536-3f7b-b599-d9ff9a54b539",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tenth album from R.E.M. They borrowed a lot of the recording techniques from Radiohead, specifically The Bends. They used eight-tracks to record live shows to use as the base recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}