Information about plays

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

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

{
    "id": 510508,
    "uri": "https://api.kexp.org/v2/plays/510508/?format=api",
    "airdate": "2002-01-24T19:46:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QUIIWF82L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QUIIWF82L._SL75_.jpg",
    "song": "Bugs",
    "track_id": "97757d06-028b-4357-9b51-29649610d787",
    "recording_id": null,
    "artist": "Bobbie Gentry",
    "artist_ids": [
        "a5106366-6368-4a02-a580-73a3c02abb2f"
    ],
    "album": "Ode to Billie Joe",
    "release_id": "2b97fbfe-1282-44da-a2b2-a927a2801826",
    "release_group_id": null,
    "labels": [
        "Capitol LP"
    ],
    "label_ids": [],
    "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"
}