Information about plays

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

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

{
    "id": 348432,
    "uri": "https://api.kexp.org/v2/plays/348432/?format=api",
    "airdate": "2019-07-01T01:00:01-07:00",
    "show": 5808,
    "show_uri": "https://api.kexp.org/v2/shows/5808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bamasso",
    "track_id": "3a328bd8-7b37-33d8-a62e-eb5df5086353",
    "recording_id": null,
    "artist": "Jim Pepper",
    "artist_ids": [
        "dc7c2382-e566-43e6-9250-3fe2e3c63713"
    ],
    "album": "The Path",
    "release_id": "d93bfa0e-d353-4546-8082-f9853a3aab18",
    "release_group_id": null,
    "labels": [
        "Enja Records"
    ],
    "label_ids": [],
    "release_date": "1988-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}