Information about plays

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

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

{
    "id": 509012,
    "uri": "https://api.kexp.org/v2/plays/509012/?format=api",
    "airdate": "2002-01-20T12:00:00-08:00",
    "show": 8765,
    "show_uri": "https://api.kexp.org/v2/shows/8765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Staging the Plaguing of the Raised Platform",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "[non-album tracks]",
    "release_id": "acb13209-7116-435a-bfab-3f103534cf81",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}