Information about plays

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

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

{
    "id": 2680301,
    "uri": "https://api.kexp.org/v2/plays/2680301/?format=api",
    "airdate": "2019-12-31T06:25:36-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a0310a9-6da8-494a-bb35-e57b7521f689/6566725953-250.jpg",
    "thumbnail_uri": "",
    "song": "Jubilee Street",
    "track_id": "a4919290-8f7a-3431-807d-ecf8f9b1d05e",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Push the Sky Away",
    "release_id": "6a0310a9-6da8-494a-bb35-e57b7521f689",
    "release_group_id": null,
    "labels": [
        "Bad Seed Ltd"
    ],
    "label_ids": [
        "1605935b-ab3e-4375-93b7-299d1a7ec2d9"
    ],
    "release_date": "2013-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}