Information about plays

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

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

{
    "id": 530587,
    "uri": "https://api.kexp.org/v2/plays/530587/?format=api",
    "airdate": "2002-03-24T10:09:21-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HBji0lH5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HBji0lH5L._SL75_.jpg",
    "song": "Let Love Take Control",
    "track_id": "ae6c0e22-cd64-4b1e-b769-510b27e4545f",
    "recording_id": null,
    "artist": "Tab Benoit",
    "artist_ids": [
        "19684481-05d4-4f73-ade6-a386853c0b20"
    ],
    "album": "Wetlands",
    "release_id": "34a6900a-96c8-4f73-b061-631a6e3b1728",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}