Information about plays

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

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

{
    "id": 447612,
    "uri": "https://api.kexp.org/v2/plays/447612/?format=api",
    "airdate": "2001-07-22T11:53:20-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Get Me Shook Up",
    "track_id": "08ad03b4-07ae-45d9-91f4-d0c8e6dca7f0",
    "recording_id": null,
    "artist": "Duke Robillard",
    "artist_ids": [
        "ea3c3917-8964-48b9-b4cb-ecf714b95c7d"
    ],
    "album": "Dangerous Place",
    "release_id": "d4fbd15c-bdc1-47f5-b23d-b81725bb6d28",
    "release_group_id": null,
    "labels": [
        "Pointblank"
    ],
    "label_ids": [],
    "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"
}