Information about plays

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

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

{
    "id": 511372,
    "uri": "https://api.kexp.org/v2/plays/511372/?format=api",
    "airdate": "2002-01-27T12:00:00-08:00",
    "show": 8813,
    "show_uri": "https://api.kexp.org/v2/shows/8813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zimbabwe (extended mix)",
    "track_id": "cd37ae21-45c0-40e0-84e2-9d1ff65731cc",
    "recording_id": null,
    "artist": "The Soul Syndicate",
    "artist_ids": [
        "e575d0f4-4a46-47e0-8fc0-82ade7afb9bc"
    ],
    "album": "Head Shot",
    "release_id": "396866b9-1a18-4d32-b519-15e857ab0124",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}