Information about plays

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

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

{
    "id": 355192,
    "uri": "https://api.kexp.org/v2/plays/355192/?format=api",
    "airdate": "2019-07-16T18:44:05-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anchin (feat. Mahmoud Ahmed)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tommy T",
    "artist_ids": [
        "fe92397a-efb5-4bb2-b63c-5a1902c1113d"
    ],
    "album": "Anchin (feat. Mahmoud Ahmed)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Afroxoid"
    ],
    "label_ids": [],
    "release_date": "2019-06-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gogol Bordello’s bass player Tommy T’s newest single, which features the legendary Ethiopian artist Mahmoud Ahmed on vocals. The single Anchin, which translates to the feminine pronoun ‘you’ in Amharic, fuses roots reggae with the very familiar sound of Ethiopia’s musical golden era. You can watch the brand new video for the new single here: https://www.youtube.com/watch?v=zBM4GtPi7A4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}