Information about plays

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

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

{
    "id": 503881,
    "uri": "https://api.kexp.org/v2/plays/503881/?format=api",
    "airdate": "2002-01-05T04:39:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZGWP4YFDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZGWP4YFDL._SL75_.jpg",
    "song": "Covered With Fire (I'm Hell)",
    "track_id": "ea91813e-4171-48f1-81f0-9dbb830b6f0b",
    "recording_id": null,
    "artist": "Carnal Forge",
    "artist_ids": [
        "138d0630-374c-4ef3-8cdb-80fecdea317f"
    ],
    "album": "Firedemon",
    "release_id": "f68912a8-5c58-4e11-9df3-af6fba399894",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}