Information about plays

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

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

{
    "id": 370573,
    "uri": "https://api.kexp.org/v2/plays/370573/?format=api",
    "airdate": "2019-08-21T21:35:52-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ballad of El Goodo",
    "track_id": "e88f523e-4db7-369d-919c-59976b7ccf82",
    "recording_id": null,
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "#1 Record / Radio City",
    "release_id": "48eb6f71-b190-3562-8958-9cf14b603e32",
    "release_group_id": null,
    "labels": [
        "Ardent Records"
    ],
    "label_ids": [
        "6a513082-581f-4f29-a972-b6fb33355cf2"
    ],
    "release_date": "1992-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}