Information about plays

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

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

{
    "id": 342888,
    "uri": "https://api.kexp.org/v2/plays/342888/?format=api",
    "airdate": "2019-06-18T08:57:47-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Reflecting",
    "track_id": "f15c2995-82e2-44cd-9feb-0c34cec6ceba",
    "recording_id": null,
    "artist": "Maps",
    "artist_ids": [
        "0dcf7f6e-da64-4fa7-bc80-5950c55fa8d2"
    ],
    "album": "Colours. Reflect. Time. Loss.",
    "release_id": "4b1fce16-e04d-4ced-816a-0bc449ac76e5",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Chapman a.k.a. Maps has produced official remixes for such artists as M83, The Killers, Depeche Mode, Moby, Bombay Bicycle Club and Susanne Sundfor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}