Information about plays

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

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

{
    "id": 1380798,
    "uri": "https://api.kexp.org/v2/plays/1380798/?format=api",
    "airdate": "2008-06-01T00:46:37-07:00",
    "show": 24099,
    "show_uri": "https://api.kexp.org/v2/shows/24099/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513R8BG097L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513R8BG097L._SL75_.jpg",
    "song": "Yesterday & Today",
    "track_id": null,
    "recording_id": null,
    "artist": "Murs & 9th Wonder",
    "artist_ids": [
        "fb0b022f-f4d4-4180-9748-965805627c81"
    ],
    "album": "Murray's Revenge",
    "release_id": "1dd05c8b-62b9-4416-9fc4-fae523b20f98",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "label_ids": [],
    "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"
}