Information about plays

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

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

{
    "id": 1342720,
    "uri": "https://api.kexp.org/v2/plays/1342720/?format=api",
    "airdate": "2008-02-24T21:43:00-08:00",
    "show": 23460,
    "show_uri": "https://api.kexp.org/v2/shows/23460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebel Creations",
    "track_id": "864f1338-7e5e-4b4b-89d3-44612014f823",
    "recording_id": null,
    "artist": "Breakage",
    "artist_ids": [
        "6e9a0ac8-699b-4817-8f9b-25a6dba89f57"
    ],
    "album": "Cooper / Rebel Creations",
    "release_id": "95111b2b-dce0-4c78-bed5-ac14dca7e4ff",
    "release_group_id": null,
    "labels": [
        "Critical Recordings"
    ],
    "label_ids": [
        "68e8f3d3-a217-4e9e-9878-3dc983d30c2d"
    ],
    "release_date": "2008-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}