Information about plays

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

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

{
    "id": 2677002,
    "uri": "https://api.kexp.org/v2/plays/2677002/?format=api",
    "airdate": "2019-12-23T04:20:46-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas, It's Not a Biggie",
    "track_id": "4515b5ee-2da2-4cd7-acaf-23d943fe2863",
    "recording_id": null,
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Christmas, It's Not a Biggie",
    "release_id": "cfef5b1a-9082-40cb-8aa5-fed036bf2ae0",
    "release_group_id": null,
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2018-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}