Information about plays

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

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

{
    "id": 533038,
    "uri": "https://api.kexp.org/v2/plays/533038/?format=api",
    "airdate": "2002-03-31T00:03:59-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YS1ECESNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YS1ECESNL._SL75_.jpg",
    "song": "Sun",
    "track_id": "7d4a418e-4199-46a3-b67f-0c539510c847",
    "recording_id": null,
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "Take a Picture",
    "release_id": "44f6d105-e5d0-43b7-9aab-6f7e7b335701",
    "release_group_id": null,
    "labels": [
        "Oglio Records"
    ],
    "label_ids": [
        "74009c4e-eebe-4b7a-91d9-6b97537a45a0"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}