Information about plays

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

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

{
    "id": 462503,
    "uri": "https://api.kexp.org/v2/plays/462503/?format=api",
    "airdate": "2001-09-03T17:45:00-07:00",
    "show": 7853,
    "show_uri": "https://api.kexp.org/v2/shows/7853/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ob & Cha Cha",
    "track_id": "b53972e5-3dd9-49ec-9d64-4e7fb442e6d7",
    "recording_id": null,
    "artist": "People Like Us",
    "artist_ids": [
        "b4c98e60-d070-40b6-a2de-d8c809539a01"
    ],
    "album": "Beware the Whim Reaper",
    "release_id": "ae8a49bb-73ee-414d-adbc-008e285adfcc",
    "release_group_id": null,
    "labels": [
        "Staalplaat"
    ],
    "label_ids": [
        "587b13df-af40-44ed-b7b1-3ed29d0f209d"
    ],
    "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"
}