Information about plays

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

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

{
    "id": 1395650,
    "uri": "https://api.kexp.org/v2/plays/1395650/?format=api",
    "airdate": "2008-07-09T21:03:39-07:00",
    "show": 24355,
    "show_uri": "https://api.kexp.org/v2/shows/24355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Good Naysayers, Speak Up! Or Forever Hold Your Peace!",
    "track_id": null,
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Greetings From Michigan: The Great Lakes State",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sounds Familyre"
    ],
    "label_ids": [
        "03301826-59da-4f95-b311-e87f713c158d"
    ],
    "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"
}