Information about plays

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

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

{
    "id": 532622,
    "uri": "https://api.kexp.org/v2/plays/532622/?format=api",
    "airdate": "2002-03-29T18:17:05-08:00",
    "show": 9220,
    "show_uri": "https://api.kexp.org/v2/shows/9220/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ATj%2B%2BDieL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ATj%2B%2BDieL._SL75_.jpg",
    "song": "Get Rhythm",
    "track_id": "99e576df-ca5a-4fe0-b69b-161deaea3858",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Classic Cash / Boom Chicka Boom",
    "release_id": "39649bb7-42e7-44ad-beee-0d7bc2d9be0b",
    "release_group_id": null,
    "labels": [
        "Polygram Records"
    ],
    "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"
}