Information about plays

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

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

{
    "id": 2678537,
    "uri": "https://api.kexp.org/v2/plays/2678537/?format=api",
    "airdate": "2019-12-26T21:48:35-08:00",
    "show": 46230,
    "show_uri": "https://api.kexp.org/v2/shows/46230/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbca2693-b11f-401d-8e69-ae2787a41782/24480122166-250.jpg",
    "thumbnail_uri": "",
    "song": "CYANIDE",
    "track_id": "55d6fff6-5c0c-46cd-b327-e41baf9355fc",
    "recording_id": null,
    "artist": "Daniel Caesar",
    "artist_ids": [
        "b46e298d-d3a5-4695-a03e-63e8c523b23e"
    ],
    "album": "CASE STUDY 01",
    "release_id": "fbca2693-b11f-401d-8e69-ae2787a41782",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}