Information about plays

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

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

{
    "id": 348821,
    "uri": "https://api.kexp.org/v2/plays/348821/?format=api",
    "airdate": "2019-07-01T23:50:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skyy, Can You Feel Me",
    "track_id": "eae3931a-ea03-3364-a7f1-b5d0624f024e",
    "recording_id": null,
    "artist": "Raphael Saadiq",
    "artist_ids": [],
    "album": "Instant Vintage",
    "release_id": "48e80da7-f56e-4337-b28c-be4c59b8c6dc",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2002-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}