Information about plays

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

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

{
    "id": 535441,
    "uri": "https://api.kexp.org/v2/plays/535441/?format=api",
    "airdate": "2002-04-07T01:23:26-08:00",
    "show": 9279,
    "show_uri": "https://api.kexp.org/v2/shows/9279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cilL1YVcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cilL1YVcL._SL75_.jpg",
    "song": "N.Y.C.",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "El Corazón",
    "release_id": "5965201a-bf72-40da-a28c-610d53213bd7",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}