Information about plays

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

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

{
    "id": 381328,
    "uri": "https://api.kexp.org/v2/plays/381328/?format=api",
    "airdate": "2019-09-15T19:05:00-07:00",
    "show": 6348,
    "show_uri": "https://api.kexp.org/v2/shows/6348/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Ride (radio edit)",
    "track_id": "a8629580-7d58-41d6-836a-bea403c67fd6",
    "recording_id": null,
    "artist": "Sly5thAve",
    "artist_ids": [
        "616e66e8-ee2f-4123-866e-2d170fdaff94"
    ],
    "album": "The Invisible Man: An Orchestral Tribute to Dr. Dre",
    "release_id": "be1a77dd-d7a2-4620-807e-a76532c62e9f",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2018-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}