Information about plays

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

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

{
    "id": 356561,
    "uri": "https://api.kexp.org/v2/plays/356561/?format=api",
    "airdate": "2019-07-19T18:06:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo Pago Lo Mio",
    "track_id": null,
    "recording_id": null,
    "artist": "Sharlene",
    "artist_ids": [
        "64105500-001d-4922-9965-a0b1c8114653"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "UMG Recordings, Inc."
    ],
    "label_ids": [],
    "release_date": "2018-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Artist from the Dominican Republic. Translates to: \"I pay my own way.\" https://www.imdb.com/name/nm1743205/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}