Information about plays

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

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

{
    "id": 457009,
    "uri": "https://api.kexp.org/v2/plays/457009/?format=api",
    "airdate": "2001-08-18T12:42:21-07:00",
    "show": 7738,
    "show_uri": "https://api.kexp.org/v2/shows/7738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i can't get started",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Parker",
    "artist_ids": [
        "c7356af9-9ea6-4a78-a55b-c73775716312"
    ],
    "album": "(v/a) masters of jazz: best of the '50s and '60s",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}