Information about plays

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

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

{
    "id": 422847,
    "uri": "https://api.kexp.org/v2/plays/422847/?format=api",
    "airdate": "2001-05-09T19:10:00-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Co Fa",
    "track_id": "832d0a09-6b0e-4d89-87de-b33e9db3a00e",
    "recording_id": null,
    "artist": "Keith Frank & The Soileau Zydeco Band",
    "artist_ids": [
        "0d75a41a-78af-4aa7-836e-198120f9a56d"
    ],
    "album": "Live At Slim's Y-Ki-Ki",
    "release_id": "af8ee3b4-c285-4675-8d88-ed5a79d2ad65",
    "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"
}