Information about plays

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

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

{
    "id": 437654,
    "uri": "https://api.kexp.org/v2/plays/437654/?format=api",
    "airdate": "2001-06-23T03:42:51-07:00",
    "show": 7370,
    "show_uri": "https://api.kexp.org/v2/shows/7370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H3yWJZ58L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H3yWJZ58L._SL75_.jpg",
    "song": "Sexy Girl",
    "track_id": "12f77c01-b9ce-4c19-af6c-efbb959fc2c0",
    "recording_id": null,
    "artist": "Eek-A-Mouse",
    "artist_ids": [
        "c7e31260-7372-46dc-adf1-bd6e3e983e32"
    ],
    "album": "The Mouse & The Man",
    "release_id": "95a684a1-3ba0-494d-8671-3c53168534c8",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}