Information about plays

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

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

{
    "id": 2679380,
    "uri": "https://api.kexp.org/v2/plays/2679380/?format=api",
    "airdate": "2019-12-29T02:09:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Belleville",
    "track_id": "b780e4bf-f1fd-4b78-b10e-4191afa6a823",
    "recording_id": null,
    "artist": "Knocked Loose",
    "artist_ids": [
        "9ca10859-49e2-44e3-b3d6-04c535207bc2"
    ],
    "album": "A Different Shade Of Blue",
    "release_id": "ea0d0d0f-d57c-4b91-a62d-fe7055958c2c",
    "release_group_id": null,
    "labels": [
        "Pure Noise Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kentucky metal group Knocked Loose released their second album, 'A Different Shade Of Blue' in August.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}