Information about plays

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

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

{
    "id": 352395,
    "uri": "https://api.kexp.org/v2/plays/352395/?format=api",
    "airdate": "2019-07-10T02:31:32-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/dfc8767d-0979-4f07-80e5-fac90fd633d7/8859511321-250.jpg",
    "thumbnail_uri": "",
    "song": "Tired of Being Alone",
    "track_id": "6aac7d10-8dd1-31ab-abe1-f063cac98d3c",
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Take Me to the River: A Southern Soul Story 1961-1977",
    "release_id": "dfc8767d-0979-4f07-80e5-fac90fd633d7",
    "release_group_id": null,
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "2008-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though released on the 1971 album, Al Green Gets Next to You, the song was written in late 1968 and intended to be released on the 1969 album, Green Is Blues. Problems occurred with the first recording, so it was postponed for production. It was altered and perfected the second time around.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}