Information about plays

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

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

{
    "id": 351789,
    "uri": "https://api.kexp.org/v2/plays/351789/?format=api",
    "airdate": "2019-07-08T17:30:29-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/3ff24ca8-bb2b-4264-920a-495e1b41d244/23472742029-250.jpg",
    "thumbnail_uri": "",
    "song": "Dio$ no$ libre del dinero",
    "track_id": "52a73f2c-5215-415f-9638-7cb03c038a7b",
    "recording_id": null,
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "Fucking Money Man",
    "release_id": "3ff24ca8-bb2b-4264-920a-495e1b41d244",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": "2019-07-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía Vila Tobella, known mononymously as Rosalía, is a Spanish singer, songwriter, actress and record producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}