Information about plays

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

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

{
    "id": 2680320,
    "uri": "https://api.kexp.org/v2/plays/2680320/?format=api",
    "airdate": "2019-12-31T07:36:37-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/cccad1d1-45eb-48fa-87ea-0aa29adbf4c5/23067424331-250.jpg",
    "thumbnail_uri": "",
    "song": "Meateater",
    "track_id": "a6f37b18-2654-4a1d-9359-d0cbc5afb177",
    "recording_id": null,
    "artist": "ALASKALASKA",
    "artist_ids": [
        "46b13385-216c-4726-99f4-627c731667ef"
    ],
    "album": "The Dots",
    "release_id": "cccad1d1-45eb-48fa-87ea-0aa29adbf4c5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}