Information about plays

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

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

{
    "id": 375484,
    "uri": "https://api.kexp.org/v2/plays/375484/?format=api",
    "airdate": "2019-09-02T04:40:01-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/da50c5bf-b993-484a-b383-75940ac53d81/22939311940-250.jpg",
    "thumbnail_uri": "",
    "song": "Hologram",
    "track_id": "98f01238-b2ef-4c97-b78c-82c8a770f82d",
    "recording_id": null,
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "This Mess Is a Place",
    "release_id": "da50c5bf-b993-484a-b383-75940ac53d81",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}