Information about plays

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

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

{
    "id": 2682244,
    "uri": "https://api.kexp.org/v2/plays/2682244/?format=api",
    "airdate": "2020-01-04T23:38:00-08:00",
    "show": 46295,
    "show_uri": "https://api.kexp.org/v2/shows/46295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buy This War",
    "track_id": "b23b082c-f33c-3c09-a5a8-ab1a99188378",
    "recording_id": null,
    "artist": "Articles of Faith",
    "artist_ids": [
        "ab456d9a-ced2-4b6c-bf44-26480f06f6a2"
    ],
    "album": "Wait",
    "release_id": "6be01921-8927-3701-8dc1-e0f94e310949",
    "release_group_id": null,
    "labels": [
        "Wasteland Records"
    ],
    "label_ids": [
        "40b5fc7c-5481-4fcb-890f-130643a3226a"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}