Information about plays

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

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

{
    "id": 447204,
    "uri": "https://api.kexp.org/v2/plays/447204/?format=api",
    "airdate": "2001-07-21T00:38:10-07:00",
    "show": 7555,
    "show_uri": "https://api.kexp.org/v2/shows/7555/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4161JA10XEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4161JA10XEL._SL75_.jpg",
    "song": "Florida Beach",
    "track_id": "c8447684-fef7-44c2-be33-f2a36cefc1c8",
    "recording_id": null,
    "artist": "The Microphones",
    "artist_ids": [
        "6f2f87e7-3ce9-4f1c-81dd-6f068a78cf26"
    ],
    "album": "Don't Wake Me Up",
    "release_id": "2f00c29a-d93d-4233-a16c-987bde6c89b1",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1999-08-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}