Information about plays

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

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

{
    "id": 2678585,
    "uri": "https://api.kexp.org/v2/plays/2678585/?format=api",
    "airdate": "2019-12-27T00:24:17-08:00",
    "show": 46231,
    "show_uri": "https://api.kexp.org/v2/shows/46231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eva",
    "track_id": "5a5540ba-14e9-485e-b888-92d6c9fa8a4c",
    "recording_id": null,
    "artist": "Santi Mostaffa",
    "artist_ids": [
        "7fda9a10-56e0-4549-a279-132232973e15"
    ],
    "album": "Escapismo",
    "release_id": "6fc25812-68fb-44e3-bbe8-d4d16ae34f02",
    "release_group_id": null,
    "labels": [
        "Regalia Records"
    ],
    "label_ids": [
        "077cd1a6-46f0-4f80-87ce-2ad03517c345"
    ],
    "release_date": "2018-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}