Information about plays

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

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

{
    "id": 461799,
    "uri": "https://api.kexp.org/v2/plays/461799/?format=api",
    "airdate": "2001-09-01T11:22:51-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xq6pe1jEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xq6pe1jEL._SL75_.jpg",
    "song": "Sugar Sugar",
    "track_id": "cbd76b63-d5a3-4b3f-9467-b0332fa44238",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "The Complete Wailers 1967-1972, Part 1 (disc 3: Best of the Wailers)",
    "release_id": "06112184-8029-4750-b428-284a13a571f1",
    "release_group_id": null,
    "labels": [
        "JAD"
    ],
    "label_ids": [
        "b6516abc-1072-492b-9026-196a822fcd64"
    ],
    "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"
}