Information about plays

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

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

{
    "id": 1294577,
    "uri": "https://api.kexp.org/v2/plays/1294577/?format=api",
    "airdate": "2007-10-24T05:09:07-07:00",
    "show": 22648,
    "show_uri": "https://api.kexp.org/v2/shows/22648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31G14JYZ8KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31G14JYZ8KL._SL75_.jpg",
    "song": "Indian Summer",
    "track_id": null,
    "recording_id": null,
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "Jamboree",
    "release_id": "0b58bc28-425d-48b2-a143-1ca827e9255f",
    "release_group_id": null,
    "labels": [
        "Sup Pop"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}