Information about plays

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

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

{
    "id": 2681313,
    "uri": "https://api.kexp.org/v2/plays/2681313/?format=api",
    "airdate": "2020-01-02T18:31:25-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worry B Gone",
    "track_id": "699a378b-bb85-398f-8afb-25d3b8668b10",
    "recording_id": null,
    "artist": "Guy Clark",
    "artist_ids": [
        "e885f72e-4617-46de-9454-5485061f29b3"
    ],
    "album": "Workbench Songs",
    "release_id": "1756ddec-f9b4-36c4-9fc2-f24d113190aa",
    "release_group_id": null,
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}