Information about plays

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

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

{
    "id": 418584,
    "uri": "https://api.kexp.org/v2/plays/418584/?format=api",
    "airdate": "2001-04-26T19:54:17-07:00",
    "show": 6993,
    "show_uri": "https://api.kexp.org/v2/shows/6993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZGP4MA2CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZGP4MA2CL._SL75_.jpg",
    "song": "Bluer Pastures",
    "track_id": "d887524b-d1bc-4ccb-8b4d-3acac7c185c9",
    "recording_id": null,
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Little Sparrow",
    "release_id": "014e6a45-554d-4b7a-b4d4-4835fa4fbe69",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2001-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}