Information about plays

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

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

{
    "id": 1395643,
    "uri": "https://api.kexp.org/v2/plays/1395643/?format=api",
    "airdate": "2008-07-09T20:48:03-07:00",
    "show": 24354,
    "show_uri": "https://api.kexp.org/v2/shows/24354/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HZ4Z4396L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HZ4Z4396L._SL75_.jpg",
    "song": "I'm a Ram",
    "track_id": "89f91320-47f3-4deb-98ed-253b27f0e821",
    "recording_id": null,
    "artist": "Al Green ",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Gets Next to You",
    "release_id": "f711595d-124e-4809-803e-58d3d0979da7",
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}