Information about plays

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

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

{
    "id": 2677612,
    "uri": "https://api.kexp.org/v2/plays/2677612/?format=api",
    "airdate": "2019-12-24T17:21:14-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3fbe441-6977-4d7a-bd01-92e1d579acee/24510787406-250.jpg",
    "thumbnail_uri": "",
    "song": "Father Figures",
    "track_id": "899a8cd8-9423-4197-9761-9f4cb0bca93b",
    "recording_id": null,
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "Secrets & Escapes",
    "release_id": "e3fbe441-6977-4d7a-bd01-92e1d579acee",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}