Information about plays

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

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

{
    "id": 1355489,
    "uri": "https://api.kexp.org/v2/plays/1355489/?format=api",
    "airdate": "2008-03-28T20:19:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Margaya",
    "track_id": "dd661726-dfed-4845-a580-c74ce2c74e58",
    "recording_id": null,
    "artist": "The Fender Four",
    "artist_ids": [
        "c8143566-844c-4c84-8941-3c266850fe83"
    ],
    "album": "Songs The Cramps Taught Us, Volume 2",
    "release_id": "3ca37d5d-1242-434e-bc73-0bae8ab4d8bb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}