Information about plays

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

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

{
    "id": 2681181,
    "uri": "https://api.kexp.org/v2/plays/2681181/?format=api",
    "airdate": "2020-01-02T09:47:28-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "https://coverartarchive.org/release/64c807b4-bc7f-31f6-a374-c777970fb3e4/5733830741-250.jpg",
    "thumbnail_uri": "",
    "song": "Mandinka",
    "track_id": "8fee9dec-fba0-33cb-a548-04fbe652972d",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": "64c807b4-bc7f-31f6-a374-c777970fb3e4",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}