Information about plays

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

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

{
    "id": 512943,
    "uri": "https://api.kexp.org/v2/plays/512943/?format=api",
    "airdate": "2002-01-31T19:52:00-08:00",
    "show": 8839,
    "show_uri": "https://api.kexp.org/v2/shows/8839/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51usP2CPsqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51usP2CPsqL._SL75_.jpg",
    "song": "Sittin' in an All Night Cafe",
    "track_id": null,
    "recording_id": null,
    "artist": "Warner Mack",
    "artist_ids": [
        "5577aaf6-90b0-4793-a575-618514eda127"
    ],
    "album": "The Bridge Washed Out",
    "release_id": "f2a79f4f-6adc-4b6f-8540-a7b7a821c779",
    "release_group_id": null,
    "labels": [
        "Decca LP"
    ],
    "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"
}