Information about plays

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

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

{
    "id": 2679062,
    "uri": "https://api.kexp.org/v2/plays/2679062/?format=api",
    "airdate": "2019-12-28T05:54:11-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love My Life",
    "track_id": "d84c06f5-8747-4742-9a20-495e8e750d56",
    "recording_id": null,
    "artist": "Black Stax",
    "artist_ids": [
        "91229ca2-0e7a-4875-bb47-98469d59519d"
    ],
    "album": "Talking Buildings",
    "release_id": "6413a1f1-c790-42f8-8d31-cac4aa6eb0ec",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}