Information about plays

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

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

{
    "id": 501936,
    "uri": "https://api.kexp.org/v2/plays/501936/?format=api",
    "airdate": "2001-12-30T11:32:18-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DE1SZYY0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DE1SZYY0L._SL75_.jpg",
    "song": "Can't Shake These Blues",
    "track_id": "13f6f9c3-55ef-41ea-a1a5-69edbc1c2c1c",
    "recording_id": null,
    "artist": "Chris Smither",
    "artist_ids": [
        "0667bf87-1c76-46e7-bb06-9e8bf8fb5ff8"
    ],
    "album": "Live as I'll Ever Be",
    "release_id": "61e1adc0-ff9a-4da9-a507-feeea78d42a5",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}