Information about plays

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

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

{
    "id": 1285259,
    "uri": "https://api.kexp.org/v2/plays/1285259/?format=api",
    "airdate": "2007-09-30T03:46:00-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514Q9BC051L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514Q9BC051L._SL75_.jpg",
    "song": "The Harbor Is Yours",
    "track_id": "e6d2411c-66a5-40f8-8aa0-49d76d0834b4",
    "recording_id": null,
    "artist": "Aesop Rock",
    "artist_ids": [
        "aba64937-3334-4c65-90a1-4e6b9d4d7ada"
    ],
    "album": "None Shall Pass",
    "release_id": "b0885908-cbe2-4e51-95d8-c4f3b9721ad6",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}