Information about plays

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

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

{
    "id": 2678992,
    "uri": "https://api.kexp.org/v2/plays/2678992/?format=api",
    "airdate": "2019-12-28T01:39:00-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See Thru to U / Until the Quiet Comes",
    "track_id": null,
    "recording_id": null,
    "artist": "Flying Lotus",
    "artist_ids": [],
    "album": "Until the Quiet Comes",
    "release_id": "8cbe1bb0-2b90-4259-b7fe-c9d3a2b06552",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2012-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}