Information about plays

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

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

{
    "id": 380395,
    "uri": "https://api.kexp.org/v2/plays/380395/?format=api",
    "airdate": "2019-09-13T12:11:13-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/bac5302e-3908-42ab-b46e-ff06aefcf876/13139654408-250.jpg",
    "thumbnail_uri": "",
    "song": "Color Decay",
    "track_id": "67fe1fe7-c827-4aed-b706-f881d744650c",
    "recording_id": null,
    "artist": "Júníus Meyvant",
    "artist_ids": [
        "b0412e30-6200-4972-94b3-efd0c76534ea"
    ],
    "album": "Color Decay",
    "release_id": "bac5302e-3908-42ab-b46e-ff06aefcf876",
    "release_group_id": null,
    "labels": [
        "Record Records"
    ],
    "label_ids": [
        "59e8b217-51cc-48aa-8f6d-4b47db422e44"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}