Information about plays

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

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

{
    "id": 369723,
    "uri": "https://api.kexp.org/v2/plays/369723/?format=api",
    "airdate": "2019-08-20T03:55:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Push",
    "track_id": "9113bf12-578c-354e-ac24-67958a0e2e19",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Smith was on South Park and everyone should watch it. https://www.youtube.com/watch?v=5G5YguuNSJg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}