Information about plays

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

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

{
    "id": 532897,
    "uri": "https://api.kexp.org/v2/plays/532897/?format=api",
    "airdate": "2002-03-30T12:25:51-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61SJ3SMGN7L._SL75_.jpg",
    "song": "Eternally Is Here",
    "track_id": "43aeac48-f82f-4b46-a8f0-76a78b99dc93",
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "The Las Vegas Story",
    "release_id": "aa88fbf5-6f99-4f37-82ad-041a1c773ef3",
    "release_group_id": null,
    "labels": [
        "IRS"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}