Information about plays

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

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

{
    "id": 529754,
    "uri": "https://api.kexp.org/v2/plays/529754/?format=api",
    "airdate": "2002-03-21T20:28:37-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Ever Fall In Love (With A Honky-Tonk Girl)",
    "track_id": null,
    "recording_id": null,
    "artist": "Faron Young",
    "artist_ids": [
        "5799b78e-a103-427b-8a1d-0bfeaddbb0c0"
    ],
    "album": "20th Century Masters: The Best Of Faron Young",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}