Information about plays

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

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

{
    "id": 532841,
    "uri": "https://api.kexp.org/v2/plays/532841/?format=api",
    "airdate": "2002-03-30T09:57:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415XBZYMXKL._SL75_.jpg",
    "song": "My Boy Lollipop",
    "track_id": "75b6a25e-c929-4aee-b306-34b15263fee2",
    "recording_id": null,
    "artist": "Millie Small",
    "artist_ids": [
        "c0dab97a-bd3c-42b2-8bc4-05d941b76b7a"
    ],
    "album": "The Reggae Box (disc 1)",
    "release_id": "ee4005a8-e3f7-414d-95c7-1af4135b6f19",
    "release_group_id": null,
    "labels": [
        "Smash 45"
    ],
    "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"
}