Information about plays

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

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

{
    "id": 1388201,
    "uri": "https://api.kexp.org/v2/plays/1388201/?format=api",
    "airdate": "2008-06-21T04:29:49-07:00",
    "show": 24230,
    "show_uri": "https://api.kexp.org/v2/shows/24230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Echo",
    "track_id": null,
    "recording_id": null,
    "artist": "Pink Noise Test",
    "artist_ids": [
        "0574b473-3f3b-46a3-92ad-962e9dc8a41e"
    ],
    "album": "Plasticized",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}