Information about plays

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

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

{
    "id": 2678984,
    "uri": "https://api.kexp.org/v2/plays/2678984/?format=api",
    "airdate": "2019-12-28T01:08:26-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbeat",
    "track_id": "514b2ad8-9a81-36d3-aaa5-49bdb319db1b",
    "recording_id": null,
    "artist": "Nneka",
    "artist_ids": [
        "271973a1-7177-4bcf-9a01-ac75d3691035"
    ],
    "album": "Concrete Jungle",
    "release_id": "066c230a-4668-3e7c-8d62-538a4103d596",
    "release_group_id": null,
    "labels": [
        "Decon"
    ],
    "label_ids": [
        "336ab568-d2f2-430f-b0fa-07ab018f2eb0"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}