Information about plays

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

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

{
    "id": 2682256,
    "uri": "https://api.kexp.org/v2/plays/2682256/?format=api",
    "airdate": "2020-01-05T00:04:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Escape From Death",
    "track_id": "cc4c5874-f065-3542-b60c-326bf9069366",
    "recording_id": null,
    "artist": "Black Breath",
    "artist_ids": [
        "e9df4e93-6f7a-448a-a5ac-d30c27a6d22c"
    ],
    "album": "Heavy Breathing",
    "release_id": "7587de1b-9bd3-4be6-9245-341106d6cf43",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [],
    "release_date": "2010-05-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://blackbreathsl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}