Information about plays

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

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

{
    "id": 2680535,
    "uri": "https://api.kexp.org/v2/plays/2680535/?format=api",
    "airdate": "2019-12-31T20:50:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PIENSO EN TU MIRÁ (Cap.3: Celos)",
    "track_id": "18d6075c-4cb6-4424-a393-411d0bdfc479",
    "recording_id": null,
    "artist": "Rosalía",
    "artist_ids": [
        "ac0ee862-a6ca-4d39-a7a4-d8460534ba30"
    ],
    "album": "EL MAL QUERER",
    "release_id": "97385235-42ba-4a83-8002-5b9e5e4f0d16",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [],
    "release_date": "2018-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalía Vila Tobella, known mononymously as Rosalía, is a Spanish singer and songwriter. Initially known for her modern interpretations of flamenco music, Rosalía received international attention after several collaborations with artists such as Travis Scott, J Balvin, Pharrell Williams, and James Blake.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}