Information about plays

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

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

{
    "id": 375273,
    "uri": "https://api.kexp.org/v2/plays/375273/?format=api",
    "airdate": "2019-09-01T14:24:00-07:00",
    "show": 6248,
    "show_uri": "https://api.kexp.org/v2/shows/6248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waterfall",
    "track_id": "905f395d-181a-4743-9fca-7f3f9f8f367e",
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "1c36c882-4e60-4bee-bed9-e2fc7d4341d5",
    "release_group_id": null,
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [],
    "release_date": "2009-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Probably the most popular song (if not the most recognizable) off their debut album. http://www.thestoneroses.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}