Information about plays

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

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

{
    "id": 490687,
    "uri": "https://api.kexp.org/v2/plays/490687/?format=api",
    "airdate": "2001-11-26T23:01:00-08:00",
    "show": 8406,
    "show_uri": "https://api.kexp.org/v2/shows/8406/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MhyINCyVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MhyINCyVL._SL75_.jpg",
    "song": "Orpheus",
    "track_id": "9e5ec6a0-5dbf-44e5-a113-885e8f315eeb",
    "recording_id": null,
    "artist": "David Sylvian",
    "artist_ids": [
        "719db6b1-0d91-458c-8d18-875ec44105bf"
    ],
    "album": "Everything and Nothing (disc 2)",
    "release_id": "061d4646-7f08-4ee1-bf5b-07caa98acc96",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}