Information about plays

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

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

{
    "id": 504017,
    "uri": "https://api.kexp.org/v2/plays/504017/?format=api",
    "airdate": "2002-01-05T15:27:00-08:00",
    "show": 8663,
    "show_uri": "https://api.kexp.org/v2/shows/8663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P35X656KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P35X656KL._SL75_.jpg",
    "song": "Big Black Sneakers",
    "track_id": "912cf51e-ba54-4c54-be8f-edd6b2db3e81",
    "recording_id": null,
    "artist": "The Raybeats",
    "artist_ids": [
        "3eefc3e0-b839-4585-9f9a-2e8b5a1d0564"
    ],
    "album": "Guitar Beat",
    "release_id": "054cbec9-532f-4920-a5a0-37739778f365",
    "release_group_id": null,
    "labels": [
        "Bar/None"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}