Information about plays

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

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

{
    "id": 1387980,
    "uri": "https://api.kexp.org/v2/plays/1387980/?format=api",
    "airdate": "2008-06-20T17:49:21-07:00",
    "show": 24228,
    "show_uri": "https://api.kexp.org/v2/shows/24228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FfFNgLp6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FfFNgLp6L._SL75_.jpg",
    "song": "Beats Like Birds",
    "track_id": "6a844e0a-f4a6-48ff-89d7-5946736628ce",
    "recording_id": null,
    "artist": "Marbert Rocel",
    "artist_ids": [
        "33092a25-bab6-401a-ac69-fa415a4958b0"
    ],
    "album": "Speed Emotions",
    "release_id": "0d05b117-ecf0-42f9-9dcd-ba3356ca5bf2",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2007-11-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}