Information about plays

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

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

{
    "id": 2681391,
    "uri": "https://api.kexp.org/v2/plays/2681391/?format=api",
    "airdate": "2020-01-02T22:28:06-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moving On (edit)",
    "track_id": "3dfd1695-f438-4957-8134-9929ac25668d",
    "recording_id": null,
    "artist": "Babeheaven",
    "artist_ids": [
        "256aa138-bc91-4e0b-a0d4-3b29a198a2fe"
    ],
    "album": "Moving On",
    "release_id": "0c737dc5-a7b0-408c-8f6e-3d8fa241505f",
    "release_group_id": null,
    "labels": [
        "B3SCI Records"
    ],
    "label_ids": [
        "7150dbb6-a3a1-4fef-b177-ab29ea9aa97c"
    ],
    "release_date": "2016-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Babeheaven, a smooth, sometimes synthy, sometimes delicately guitar plucked band from west London",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}