Information about plays

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

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

{
    "id": 2678468,
    "uri": "https://api.kexp.org/v2/plays/2678468/?format=api",
    "airdate": "2019-12-26T18:19:48-08:00",
    "show": 46229,
    "show_uri": "https://api.kexp.org/v2/shows/46229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welfare Music",
    "track_id": "dea1d6a5-ce22-4af3-8b39-c9e18f8399cc",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "The Brooklyn Side",
    "release_id": "b37e9164-1741-42a0-9e97-e8ed716e6a99",
    "release_group_id": null,
    "labels": [
        "East Side Digital"
    ],
    "label_ids": [
        "12221f9f-98b6-4457-945e-ec1037671ab5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}