Information about plays

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

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

{
    "id": 351667,
    "uri": "https://api.kexp.org/v2/plays/351667/?format=api",
    "airdate": "2019-07-08T10:28:32-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba247ca4-44e1-37a3-a394-4a89404d0a42/9552955513-250.jpg",
    "thumbnail_uri": "",
    "song": "Feel the Pain",
    "track_id": "625cacbe-2040-3256-9b05-7f5fb986e0d9",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Without a Sound",
    "release_id": "ba247ca4-44e1-37a3-a394-4a89404d0a42",
    "release_group_id": null,
    "labels": [
        "Blanco y Negro"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1994-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}