Information about plays

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

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

{
    "id": 2677845,
    "uri": "https://api.kexp.org/v2/plays/2677845/?format=api",
    "airdate": "2019-12-25T07:23:44-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Cars Go",
    "track_id": "ef62c01e-e0b9-3983-966d-3ade54108374",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Neon Bible",
    "release_id": "195cd38b-3dc3-3290-8a13-22158107de56",
    "release_group_id": null,
    "labels": [
        "Universal"
    ],
    "label_ids": [
        "1391bdc7-a22c-48a4-a5fb-e7b8ef6ce143"
    ],
    "release_date": "2007-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}