Information about plays

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

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

{
    "id": 1393077,
    "uri": "https://api.kexp.org/v2/plays/1393077/?format=api",
    "airdate": "2008-07-03T09:35:00-07:00",
    "show": 24311,
    "show_uri": "https://api.kexp.org/v2/shows/24311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We're Not Who You Think We Are",
    "track_id": "9b07dabf-d593-4cbe-93b7-7fceaa29e707",
    "recording_id": null,
    "artist": "KunK",
    "artist_ids": [
        "aa33985d-22a2-495b-9a77-db5fc49ae849"
    ],
    "album": "We're Not Who You Think We Are",
    "release_id": "3b860dc6-415f-4745-956a-4fa2e115f7be",
    "release_group_id": null,
    "labels": [
        "Plastic Sun Records"
    ],
    "label_ids": [
        "c87563ed-8a52-46b7-89f3-05e2317ff4e0"
    ],
    "release_date": "2008-05-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}