Information about plays

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

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

{
    "id": 423979,
    "uri": "https://api.kexp.org/v2/plays/423979/?format=api",
    "airdate": "2001-05-13T12:10:00-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61i%2BYQAy38L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61i%2BYQAy38L._SL75_.jpg",
    "song": "Suzanne",
    "track_id": "e47829fb-d219-4d64-9c0e-bc18da14a2ba",
    "recording_id": null,
    "artist": "Françoise Hardy",
    "artist_ids": [
        "d2a79d20-1304-47fd-a998-b4fe1ec78373"
    ],
    "album": "Comment te dire adieu",
    "release_id": "f8d62c9e-7961-47d7-af91-6ee7aba0284b",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "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"
}