Information about plays

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

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

{
    "id": 501892,
    "uri": "https://api.kexp.org/v2/plays/501892/?format=api",
    "airdate": "2001-12-30T07:35:00-08:00",
    "show": 8622,
    "show_uri": "https://api.kexp.org/v2/shows/8622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afghanistan",
    "track_id": "875335a4-b469-4797-8200-576ac0efc73a",
    "recording_id": null,
    "artist": "Noam Chomsky",
    "artist_ids": [
        "7d83b9be-b7a4-40f3-b682-a83934a0e8ab"
    ],
    "album": "The New War on Terrorism: Fact & Fiction",
    "release_id": "0f6fd383-59e4-4c44-8a06-a219f6767b4e",
    "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"
}