Information about plays

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

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

{
    "id": 497022,
    "uri": "https://api.kexp.org/v2/plays/497022/?format=api",
    "airdate": "2001-12-15T10:54:00-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL._SL75_.jpg",
    "song": "Set Me Free (feat. Drumbago & The Rebel Group)",
    "track_id": "ef3f0f70-5440-4fda-8209-f97d8ce9d064",
    "recording_id": null,
    "artist": "L. Crosdale",
    "artist_ids": [
        "d54d4a77-a62c-49d7-9069-d1f040fb96c6"
    ],
    "album": "Studio One Roots",
    "release_id": "2836046f-9250-49bc-b9c1-f275cea976dc",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2001-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}