Information about plays

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

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

{
    "id": 351722,
    "uri": "https://api.kexp.org/v2/plays/351722/?format=api",
    "airdate": "2019-07-08T13:40:05-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Got Me",
    "track_id": "c87bb108-f8dc-4aeb-a77f-a217cbe96899",
    "recording_id": null,
    "artist": "Guards",
    "artist_ids": [
        "98f8e048-f14f-4ef9-a958-5a79f2f6b542"
    ],
    "album": "Modern Hymns",
    "release_id": "abe1bc00-7c51-454e-a077-a3acc27c2b6d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}