Information about plays

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

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

{
    "id": 2680146,
    "uri": "https://api.kexp.org/v2/plays/2680146/?format=api",
    "airdate": "2019-12-31T01:15:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walled Garden",
    "track_id": "a5ccd3c1-897d-468a-b25c-5b73d3db4a42",
    "recording_id": null,
    "artist": "Wume",
    "artist_ids": [
        "ac563f21-ab24-4d5a-8fe0-c3838c0d38a2"
    ],
    "album": "Towards the Shadow",
    "release_id": "c41de2e7-feb5-49f2-9882-19fcd2168f4c",
    "release_group_id": null,
    "labels": [
        "Northern Spy"
    ],
    "label_ids": [
        "b96011c6-46bd-4cb8-8a23-1fa1a3e83f96"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}