Information about plays

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

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

{
    "id": 462149,
    "uri": "https://api.kexp.org/v2/plays/462149/?format=api",
    "airdate": "2001-09-02T16:08:34-07:00",
    "show": 7846,
    "show_uri": "https://api.kexp.org/v2/shows/7846/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T7DaT0EjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T7DaT0EjL._SL75_.jpg",
    "song": "Run to You",
    "track_id": "aa2ffcc5-8c5a-401e-a03e-6b19f2c4d267",
    "recording_id": null,
    "artist": "Lou Barlow And Friends",
    "artist_ids": [
        "552c0b5b-b225-4561-b6f9-31a0fecd0fe1"
    ],
    "album": "Another Collection of Home Recordings",
    "release_id": "d59d91e6-e42b-458a-b901-2173eb79a1af",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "1994-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}