Information about plays

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

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

{
    "id": 352789,
    "uri": "https://api.kexp.org/v2/plays/352789/?format=api",
    "airdate": "2019-07-11T01:22:16-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkie Talkie",
    "track_id": null,
    "recording_id": null,
    "artist": "Brijean",
    "artist_ids": [],
    "album": "Walkie Talkie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Native Cat"
    ],
    "label_ids": [
        "80d64ab7-8772-4e78-abf4-09f54a8c239e"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Very cool new record from Bay Area musician Brijean Murphy (she's toured and recorded extensively as a percussionist with U.S. Girls, Toro y Moi and Poolside) - https://brijean.bandcamp.com/album/walkie-talkie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}