Information about plays

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

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

{
    "id": 2677345,
    "uri": "https://api.kexp.org/v2/plays/2677345/?format=api",
    "airdate": "2019-12-24T00:55:25-08:00",
    "show": 46213,
    "show_uri": "https://api.kexp.org/v2/shows/46213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": "31a59bf7-6914-4f4f-bc85-12c6b30d6eb6",
    "recording_id": null,
    "artist": "Seba Kaapstad",
    "artist_ids": [
        "d8dcd6a3-d3d4-4bf4-8c17-c56629676106"
    ],
    "album": "Breathe",
    "release_id": "4d5857a4-4ef3-4b99-80a2-5752a5cdf116",
    "release_group_id": null,
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2019-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}