Information about plays

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

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

{
    "id": 1047191,
    "uri": "https://api.kexp.org/v2/plays/1047191/?format=api",
    "airdate": "2006-01-19T17:56:02-08:00",
    "show": 18401,
    "show_uri": "https://api.kexp.org/v2/shows/18401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Jude",
    "track_id": "625da149-d8d4-465e-9332-486780eff6f2",
    "recording_id": null,
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "A Man and a Half: The Best of Wilson Pickett (disc 2)",
    "release_id": "190e3837-1671-447b-936b-db2de28ede13",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}