Information about plays

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

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

{
    "id": 351305,
    "uri": "https://api.kexp.org/v2/plays/351305/?format=api",
    "airdate": "2019-07-07T12:23:39-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/da50c5bf-b993-484a-b383-75940ac53d81/22939311940-250.jpg",
    "thumbnail_uri": "",
    "song": "The Joke of Life",
    "track_id": "f3f5d6d0-220e-4827-acdd-7722a65b469b",
    "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": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}