Information about plays

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

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

{
    "id": 532733,
    "uri": "https://api.kexp.org/v2/plays/532733/?format=api",
    "airdate": "2002-03-29T23:51:18-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QG52MSA6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QG52MSA6L._SL75_.jpg",
    "song": "Jesus Built My Hotrod (Redline/Whiteline version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Jesus Built My Hotrod",
    "release_id": "f5ac86a3-e96d-4747-8ce3-dff71cc4f486",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}