Information about plays

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

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

{
    "id": 1290581,
    "uri": "https://api.kexp.org/v2/plays/1290581/?format=api",
    "airdate": "2007-10-13T19:38:00-07:00",
    "show": 22580,
    "show_uri": "https://api.kexp.org/v2/shows/22580/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ycr8e968L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ycr8e968L._SL75_.jpg",
    "song": "The Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Mirah",
    "artist_ids": [
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "C'mon Miracle",
    "release_id": "0fb0bf6f-39d1-4999-8073-7ef725f9dca6",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2004-05-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}