Information about plays

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

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

{
    "id": 425616,
    "uri": "https://api.kexp.org/v2/plays/425616/?format=api",
    "airdate": "2001-05-18T06:56:15-07:00",
    "show": 7141,
    "show_uri": "https://api.kexp.org/v2/shows/7141/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V4hpdcgYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V4hpdcgYL._SL75_.jpg",
    "song": "Enter Misguided",
    "track_id": "80c6377a-972b-4da8-9721-761e49b77280",
    "recording_id": null,
    "artist": "Tsunami",
    "artist_ids": [
        "fea43e99-c4d5-4dac-9c27-868e864c6dc2"
    ],
    "album": "A Brilliant Mistake",
    "release_id": "439c03cf-d138-4e9a-86a0-d780dac46311",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}