Information about plays

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

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

{
    "id": 356431,
    "uri": "https://api.kexp.org/v2/plays/356431/?format=api",
    "airdate": "2019-07-19T10:55:51-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d874434-bce9-4641-84e2-5e58e9ded1ad/7404752961-250.jpg",
    "thumbnail_uri": "",
    "song": "What Else Is New",
    "track_id": "5c6a5c51-9238-30d5-ac0c-b73b09324372",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Where You Been",
    "release_id": "1d874434-bce9-4641-84e2-5e58e9ded1ad",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}