Information about plays

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

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

{
    "id": 343564,
    "uri": "https://api.kexp.org/v2/plays/343564/?format=api",
    "airdate": "2019-06-19T16:50:00-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "People Get Ready",
    "track_id": "eac1adc0-86a4-397f-8a60-ec5cb1b0b2b2",
    "recording_id": null,
    "artist": "The Impressions",
    "artist_ids": [
        "8af64037-6d26-4d24-afd8-7e085abb01b1"
    ],
    "album": "People Get Ready",
    "release_id": "3e7f8388-cd04-4e4e-b96f-6e4e746f42df",
    "release_group_id": null,
    "labels": [
        "ABC-Paramount"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Observing Juneteenth throughout the day with special programming this evening.  Tune in!  https://www.kexp.org/read/2019/6/19/the-spirit-of-juneteenth-a-kexp-video-roundup/?t=1560978702701",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}