Information about plays

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

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

{
    "id": 349524,
    "uri": "https://api.kexp.org/v2/plays/349524/?format=api",
    "airdate": "2019-07-03T09:37:16-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/e330fba0-e8c8-4044-ab43-75b625203536/19301276555-250.jpg",
    "thumbnail_uri": "",
    "song": "I've Got a Woman",
    "track_id": "917db2d7-4ec7-3f0a-a273-d91d38a3cc61",
    "recording_id": null,
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "Genius & Soul: The 50th Anniversary Collection",
    "release_id": "e330fba0-e8c8-4044-ab43-75b625203536",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Charles released his self-titled debut album on this day in 1957 (62 years ago)!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}