Information about plays

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

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

{
    "id": 377428,
    "uri": "https://api.kexp.org/v2/plays/377428/?format=api",
    "airdate": "2019-09-06T10:15:55-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ice Cream (Strange and Pleasing)",
    "track_id": "a3af1fac-f319-4b7a-a264-ed02c0c57b85",
    "recording_id": null,
    "artist": "Redd Kross",
    "artist_ids": [
        "d3a4e499-19cf-4676-8aff-4a326b47cdb2"
    ],
    "album": "Beyond the Door",
    "release_id": "63ffc0fe-7cd5-49a9-8f6d-be996988fe34",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}