Information about plays

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

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

{
    "id": 498455,
    "uri": "https://api.kexp.org/v2/plays/498455/?format=api",
    "airdate": "2001-12-19T15:44:00-08:00",
    "show": 8554,
    "show_uri": "https://api.kexp.org/v2/shows/8554/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL._SL75_.jpg",
    "song": "In and Out (feat. Consequence)",
    "track_id": "ff060c12-55ee-4acc-af49-1a4b982bf65b",
    "recording_id": null,
    "artist": "The Creators",
    "artist_ids": [
        "7a7edb7f-975d-4be6-9f7a-adbaa62f3ef3"
    ],
    "album": "The Weight",
    "release_id": "dccc3bf8-9188-45b3-961a-4af76be84c4f",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "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"
}