Information about plays

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

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

{
    "id": 1357534,
    "uri": "https://api.kexp.org/v2/plays/1357534/?format=api",
    "airdate": "2008-04-03T01:40:04-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bh1HCHnZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bh1HCHnZL._SL75_.jpg",
    "song": "Champion",
    "track_id": "3827bafa-38d6-476f-bb9d-cc1f832dd3dc",
    "recording_id": null,
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "Shadows on the Sun",
    "release_id": "ddbbd70f-24ba-43e7-82e4-14812ddaba2d",
    "release_group_id": null,
    "labels": [
        "RSE"
    ],
    "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"
}