Information about plays

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

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

{
    "id": 375359,
    "uri": "https://api.kexp.org/v2/plays/375359/?format=api",
    "airdate": "2019-09-01T19:59:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funk Me, Funk Me, Funk Me",
    "track_id": "5ab19a64-ef33-3f79-a00a-d6c39f634026",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "In Our Lifetime",
    "release_id": "2d03f165-4a8e-456e-afbe-bdafd8cce5d9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}