Information about plays

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

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

{
    "id": 350184,
    "uri": "https://api.kexp.org/v2/plays/350184/?format=api",
    "airdate": "2019-07-04T20:56:49-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ce489d9-e5ac-483d-a144-f2c895d520c9/13981825733-250.jpg",
    "thumbnail_uri": "",
    "song": "Fourth of July",
    "track_id": "a4f8ed1e-7b91-3779-8764-9f83dcca4947",
    "recording_id": null,
    "artist": "Dave Alvin and the Guilty Men",
    "artist_ids": [
        "01585ac5-601a-4c83-842a-877b92d62a0b"
    ],
    "album": "Out in California",
    "release_id": "3ce489d9-e5ac-483d-a144-f2c895d520c9",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}