Information about plays

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

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

{
    "id": 368841,
    "uri": "https://api.kexp.org/v2/plays/368841/?format=api",
    "airdate": "2019-08-17T21:48:35-07:00",
    "show": 6147,
    "show_uri": "https://api.kexp.org/v2/shows/6147/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laundramat Loverboy",
    "track_id": "720320de-2e18-3cd3-906f-de6fa184ea79",
    "recording_id": null,
    "artist": "Active Ingredients",
    "artist_ids": [
        "5c2b5f36-19a7-4be7-b5a7-96ae4d39962d"
    ],
    "album": "Laundramat Loverboy",
    "release_id": "fdd5efbc-3a21-422e-80d5-0402c427559a",
    "release_group_id": null,
    "labels": [
        "Active Records"
    ],
    "label_ids": [
        "4bfb707e-fa1b-413b-abad-91d9291836d3"
    ],
    "release_date": "1980-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}