Information about plays

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

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

{
    "id": 373870,
    "uri": "https://api.kexp.org/v2/plays/373870/?format=api",
    "airdate": "2019-08-29T06:18:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pacific State (Origin)",
    "track_id": "ba6ceaf4-2e5f-3cd9-b894-ce48a5549e31",
    "recording_id": null,
    "artist": "808 State",
    "artist_ids": [
        "36f35db0-bc09-43e7-8650-a123224943c7"
    ],
    "album": "Pacific",
    "release_id": "05ae2ed1-522c-49d5-8d0a-f1e20fb8f12e",
    "release_group_id": null,
    "labels": [
        "ZTT"
    ],
    "label_ids": [],
    "release_date": "1989-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week - we'll be playing a selection of your submissions all day today, so stay tuned! | https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}