Information about plays

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

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

{
    "id": 348635,
    "uri": "https://api.kexp.org/v2/plays/348635/?format=api",
    "airdate": "2019-07-01T12:58:13-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MDM",
    "track_id": "c958c5cc-ab16-4451-98a3-f4dfed806823",
    "recording_id": null,
    "artist": "Jo Passed",
    "artist_ids": [
        "db7e4c54-5497-4e67-ba83-e6ebd1f98a49"
    ],
    "album": "Their Prime",
    "release_id": "8bfa7b16-6c43-435e-8aed-8349bf3c3556",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver, BC. Playing Barboza Wednesday, July 17. Here's Live Video from Jo Passed's 2017 KEXP In-Studio: https://www.youtube.com/watch?v=ja_TqPFxr4Y.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}