Information about plays

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

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

{
    "id": 357497,
    "uri": "https://api.kexp.org/v2/plays/357497/?format=api",
    "airdate": "2019-07-22T04:28:12-07:00",
    "show": 5960,
    "show_uri": "https://api.kexp.org/v2/shows/5960/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff313fb1-396a-4ae9-bb44-f1372454f4b4/12781028943-250.jpg",
    "thumbnail_uri": "",
    "song": "Sun",
    "track_id": "f22093bb-1323-30b8-a296-8955f201a831",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "ff313fb1-396a-4ae9-bb44-f1372454f4b4",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}