Information about plays

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

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

{
    "id": 442652,
    "uri": "https://api.kexp.org/v2/plays/442652/?format=api",
    "airdate": "2001-07-07T17:25:15-07:00",
    "show": 7469,
    "show_uri": "https://api.kexp.org/v2/shows/7469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515J5F1F93L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515J5F1F93L._SL75_.jpg",
    "song": "Death Defying",
    "track_id": "64d5853f-bf46-4cf9-b1c6-8c2bc2a710a1",
    "recording_id": null,
    "artist": "Hoodoo Gurus",
    "artist_ids": [
        "ce382524-3f9b-461a-9202-60041105741c"
    ],
    "album": "Electric Soup: The Singles Collection",
    "release_id": "dee00789-a1f8-4057-8c20-5afb02eeb7ca",
    "release_group_id": null,
    "labels": [
        "BMG Ariola"
    ],
    "label_ids": [
        "98f4f142-255f-4ce0-88b6-446cfe35efbc"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}