Information about plays

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

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

{
    "id": 344702,
    "uri": "https://api.kexp.org/v2/plays/344702/?format=api",
    "airdate": "2019-06-22T11:54:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careful",
    "track_id": null,
    "recording_id": null,
    "artist": "Mortimer",
    "artist_ids": [
        "bd3f39f5-5901-4309-a8f9-2023fe9aadb8"
    ],
    "album": "Careful (single)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Easy Star Records"
    ],
    "label_ids": [
        "c6387185-37ec-405f-a975-ae5a383184bd"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mortimer, one of Jamaica’s fastest rising artists.  “Careful,” The single was produced at Tuff Gong Studios with acclaimed musician/producer/label head Winta James (Damian Marley, Protoje, Chronixx) for Winta’s Overstand Entertainment imprint in partnership with Easy Star Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}