Information about plays

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

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

{
    "id": 415019,
    "uri": "https://api.kexp.org/v2/plays/415019/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216MZ79BQ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216MZ79BQ8L._SL75_.jpg",
    "song": "Pushin' Back",
    "track_id": "01798092-0666-4d30-a227-8f1bb46f4ecc",
    "recording_id": null,
    "artist": "Tek 9",
    "artist_ids": [
        "e9d2f518-7f29-47fc-a104-ddb185bf5a2b"
    ],
    "album": "It's Not What You Think It Is !?!! (disc 2: Breakin' Sound Barriers: The Oldies but Goodies 91-95)",
    "release_id": "450b6b58-6df0-45c2-a33e-774587d3ab1e",
    "release_group_id": null,
    "labels": [
        "SSR Records"
    ],
    "label_ids": [
        "5df99449-29ab-441a-95b9-25c613a986b2"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}