Information about plays

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

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

{
    "id": 2677922,
    "uri": "https://api.kexp.org/v2/plays/2677922/?format=api",
    "airdate": "2019-12-25T11:41:00-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Drummer Boy",
    "track_id": "e8492a54-ab54-3afb-a0e2-852ab6844c07",
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Little Drummer Boy",
    "release_id": "8bd1e2f1-e887-45bc-9c33-8f732769e9cf",
    "release_group_id": null,
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}