Information about plays

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

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

{
    "id": 348586,
    "uri": "https://api.kexp.org/v2/plays/348586/?format=api",
    "airdate": "2019-07-01T09:55:10-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daffodils",
    "track_id": "e477258e-a04c-4f13-9cab-a8967d623bdd",
    "recording_id": null,
    "artist": "Mark Ronson",
    "artist_ids": [
        "c3c82bdc-d9e7-4836-9746-c24ead47ca19"
    ],
    "album": "Uptown Special",
    "release_id": "3235f865-d795-43f1-b1e1-0f55cdd69e2e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2015-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}