Information about plays

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

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

{
    "id": 376233,
    "uri": "https://api.kexp.org/v2/plays/376233/?format=api",
    "airdate": "2019-09-03T21:41:00-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every 1’s a Winner",
    "track_id": "9d17a9b4-4c91-31a9-bbe3-27eb0459b874",
    "recording_id": null,
    "artist": "Hot Chocolate",
    "artist_ids": [
        "a749130e-c2d8-4a7c-b740-908ea4574961"
    ],
    "album": "Every 1’s a Winner",
    "release_id": "1e3a4bf7-d024-4200-8fa7-9ad14ac44446",
    "release_group_id": null,
    "labels": [
        "7T’s"
    ],
    "label_ids": [],
    "release_date": "1978-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}