Information about plays

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

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

{
    "id": 1279220,
    "uri": "https://api.kexp.org/v2/plays/1279220/?format=api",
    "airdate": "2007-09-14T19:00:25-07:00",
    "show": 22386,
    "show_uri": "https://api.kexp.org/v2/shows/22386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fireball",
    "track_id": "e5738699-6ce5-40b1-ab06-cfef3d5fb169",
    "recording_id": null,
    "artist": "The Fireballs",
    "artist_ids": [
        "742ac24e-d1cd-48c5-8a4b-684fd3d84ddb"
    ],
    "album": "Legends of the Guitar: Rock the '50s, Volume 2",
    "release_id": "eff00607-2f5f-4074-a44e-f0306454be6b",
    "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"
}