Information about plays

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

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

{
    "id": 420560,
    "uri": "https://api.kexp.org/v2/plays/420560/?format=api",
    "airdate": "2001-05-02T18:57:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xri-ro5gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xri-ro5gL._SL75_.jpg",
    "song": "If I Could See You One More Time",
    "track_id": "ef65eecd-7738-4717-8bf3-3ab482bd31d1",
    "recording_id": null,
    "artist": "Johnny Adams",
    "artist_ids": [
        "ebb042e3-ec96-44de-80fa-65457e9c9560"
    ],
    "album": "Dave Godin's Deep Soul Treasures Taken From the Vaults, Volume 2",
    "release_id": "e2582140-f515-4c1f-a3b3-f6e97fed585c",
    "release_group_id": null,
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "1999-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}