Information about plays

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

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

{
    "id": 1377479,
    "uri": "https://api.kexp.org/v2/plays/1377479/?format=api",
    "airdate": "2008-05-23T03:28:58-07:00",
    "show": 24040,
    "show_uri": "https://api.kexp.org/v2/shows/24040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel It All (Gonzales remix)",
    "track_id": "c221d4cb-0bf2-4982-82f2-6bd0a69185da",
    "recording_id": null,
    "artist": "Feist and Ben Gibbard",
    "artist_ids": [
        "a670e05a-cea8-4b37-bce9-d82daf1a0fa4"
    ],
    "album": "I Feel It All",
    "release_id": "21883f70-4661-4453-85ba-988058101fa4",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}