Information about plays

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

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

{
    "id": 352850,
    "uri": "https://api.kexp.org/v2/plays/352850/?format=api",
    "airdate": "2019-07-11T03:49:21-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Image Issues",
    "track_id": null,
    "recording_id": null,
    "artist": "IVVY",
    "artist_ids": [],
    "album": "Interiors",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jungle Gym Records"
    ],
    "label_ids": [
        "bfd2df14-515d-4ee8-929a-44645b07dc88"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to more from Seattle's IVVY here! - https://junglegymrecords.bandcamp.com/album/udg-031-interiors",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}