Information about plays

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

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

{
    "id": 2680752,
    "uri": "https://api.kexp.org/v2/plays/2680752/?format=api",
    "airdate": "2020-01-01T09:28:41-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Going Back",
    "track_id": "3b68eb14-df25-4590-9f0a-fef476758376",
    "recording_id": null,
    "artist": "Yuno",
    "artist_ids": [
        "55218b0a-6375-4284-baed-087a10eece49"
    ],
    "album": "Moodie",
    "release_id": "d66dbe1f-2fc2-4953-b31e-62bc6bedc68a",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}