Information about plays

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

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

{
    "id": 2675522,
    "uri": "https://api.kexp.org/v2/plays/2675522/?format=api",
    "airdate": "2019-12-19T19:43:35-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Find Myself Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Country Lips",
    "artist_ids": [
        "fd43e9b8-295b-4cf6-9f79-a4603f98a039"
    ],
    "album": "Find Myself Again",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Little Red Hen Friday December 27th and Saturday December 28th   https://countrylips.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}