Information about plays

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

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

{
    "id": 378178,
    "uri": "https://api.kexp.org/v2/plays/378178/?format=api",
    "airdate": "2019-09-08T02:46:45-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Would You Need Me",
    "track_id": "93d23685-fcc8-46a0-8a3d-69f1baf5463a",
    "recording_id": null,
    "artist": "Chong the Nomad feat.Claudine Magbag",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Would You Need Me",
    "release_id": "42d6bdf7-5f5e-48ab-928b-78c747a0007c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local artist Chong the Nomad is playing at the Old Rainier Brewery Oct 5. https://www.bandsintown.com/en/e/101434899-chong-the-nomad-at-the-old-rainier-brewery?came_from=251&utm_medium=web&utm_source=artist_page&utm_campaign=ticket_rsvp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}