Information about plays

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

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

{
    "id": 2677162,
    "uri": "https://api.kexp.org/v2/plays/2677162/?format=api",
    "airdate": "2019-12-23T14:00:11-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Lillies Die",
    "track_id": "a9fea943-fdc6-4bc6-a162-a057f03d5869",
    "recording_id": null,
    "artist": "io echo",
    "artist_ids": [
        "8f3b2e5b-04d9-4391-b7a3-51363a05eaa4"
    ],
    "album": "IO Echo",
    "release_id": "d6721932-dbc7-4a0e-8b6e-f62b62157dcd",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abbie here: @ACertainAbbie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}