Information about plays

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

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

{
    "id": 497489,
    "uri": "https://api.kexp.org/v2/plays/497489/?format=api",
    "airdate": "2001-12-16T22:35:00-08:00",
    "show": 8538,
    "show_uri": "https://api.kexp.org/v2/shows/8538/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HL3JNYJeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HL3JNYJeL._SL75_.jpg",
    "song": "One More News",
    "track_id": "bbe0af20-3a9c-420b-b9e6-f15568aefdab",
    "recording_id": null,
    "artist": "Dave Douglas",
    "artist_ids": [
        "c423b65c-2302-45dd-a3a4-ae10e519196a"
    ],
    "album": "Witness",
    "release_id": "837f6505-e1e3-4723-8c09-b58048b2897b",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "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"
}