Information about plays

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

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

{
    "id": 356202,
    "uri": "https://api.kexp.org/v2/plays/356202/?format=api",
    "airdate": "2019-07-18T21:23:57-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/ce7591dd-625d-4697-90f1-57245b08e206/21382135350-250.jpg",
    "thumbnail_uri": "",
    "song": "Cap.VIII: Éxtasis: Di mi nombre",
    "track_id": "850c762a-e2f4-44a7-a72f-9645877e6e39",
    "recording_id": null,
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "El mal querer",
    "release_id": "ce7591dd-625d-4697-90f1-57245b08e206",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2018-11-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Di mi nombre\" also known by its full title «Di mi nombre. Cap 8: Extasis» is a song recorded by Spanish singer and songwriter Rosalia. It was written by the singer herself and C. Tangana. The track was co-produced by Rosalia and Spanish musician El Guincho.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}