Information about plays

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

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

{
    "id": 2679341,
    "uri": "https://api.kexp.org/v2/plays/2679341/?format=api",
    "airdate": "2019-12-28T23:21:00-08:00",
    "show": 46245,
    "show_uri": "https://api.kexp.org/v2/shows/46245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rich Girl",
    "track_id": "e01c3a8c-0a38-3805-88f8-3b8008954050",
    "recording_id": null,
    "artist": "Rock Bottom & The Spys",
    "artist_ids": [
        "8eacf813-b2d3-4610-8dab-73e1ab3c5da6"
    ],
    "album": "Rich Girl",
    "release_id": "a93b3558-25f0-4ab1-bd69-f993c30e80c8",
    "release_group_id": null,
    "labels": [
        "Bottoms Up Records"
    ],
    "label_ids": [
        "59f468c8-178a-4853-a4b4-07697da200ac"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}