Information about plays

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

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

{
    "id": 350135,
    "uri": "https://api.kexp.org/v2/plays/350135/?format=api",
    "airdate": "2019-07-04T18:29:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonesome Wind Blues",
    "track_id": "42c525a9-5be0-371a-9cee-b713683e7e7c",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "Back Home Again",
    "release_id": "37addfa1-9433-4a98-8dfa-4abe3377e08b",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}