Information about plays

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

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

{
    "id": 432925,
    "uri": "https://api.kexp.org/v2/plays/432925/?format=api",
    "airdate": "2001-06-09T11:24:00-07:00",
    "show": 7282,
    "show_uri": "https://api.kexp.org/v2/shows/7282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gefINAw1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gefINAw1L._SL75_.jpg",
    "song": "Message From a Blackman",
    "track_id": null,
    "recording_id": null,
    "artist": "The Heptones",
    "artist_ids": [
        "01bdd90c-59b7-4e18-8934-7db4ac00d094"
    ],
    "album": "Sweet Talking",
    "release_id": "95bdfc95-4e41-4982-b533-73642b3050fd",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}