Information about plays

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

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

{
    "id": 2676470,
    "uri": "https://api.kexp.org/v2/plays/2676470/?format=api",
    "airdate": "2019-12-21T20:18:44-08:00",
    "show": 46196,
    "show_uri": "https://api.kexp.org/v2/shows/46196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In The Wild",
    "track_id": "3fa28ade-0e1b-4979-9816-89e055142701",
    "recording_id": null,
    "artist": "Dumb Thumbs",
    "artist_ids": [
        "ae59266f-81ec-42a8-8224-e2fd33d78413"
    ],
    "album": "In the Wild",
    "release_id": "f4c2eb5f-3266-498f-8cd6-88fa98b7cf8a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}