Information about plays

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

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

{
    "id": 1396402,
    "uri": "https://api.kexp.org/v2/plays/1396402/?format=api",
    "airdate": "2008-07-11T17:46:02-07:00",
    "show": 24365,
    "show_uri": "https://api.kexp.org/v2/shows/24365/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418upVw6meL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418upVw6meL._SL75_.jpg",
    "song": "Spent",
    "track_id": "1bc99b37-9142-4f96-934b-6b7a71ed9a81",
    "recording_id": null,
    "artist": "Wire ",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Send",
    "release_id": "78045ff2-d676-4b4f-9720-0ac30248f3b4",
    "release_group_id": null,
    "labels": [
        "Pinkflag"
    ],
    "label_ids": [
        "fabe1e2e-1c3b-4628-96cc-c7ae3afcf266"
    ],
    "release_date": "2003-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}