Information about plays

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

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

{
    "id": 514467,
    "uri": "https://api.kexp.org/v2/plays/514467/?format=api",
    "airdate": "2002-02-05T07:11:00-08:00",
    "show": 8871,
    "show_uri": "https://api.kexp.org/v2/shows/8871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21R4SCEASJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21R4SCEASJL._SL75_.jpg",
    "song": "Always Glide",
    "track_id": "8701192d-a30d-4718-86c0-c9ae2a0f4f02",
    "recording_id": null,
    "artist": "Joel RL Phelps & the Downer Trio",
    "artist_ids": [
        "7abcc289-a769-42b7-825b-ce08ad628502"
    ],
    "album": "3",
    "release_id": "689f97de-25ec-47e6-9a6a-036b9697322e",
    "release_group_id": null,
    "labels": [
        "Pacifico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}