Information about plays

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

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

{
    "id": 2680357,
    "uri": "https://api.kexp.org/v2/plays/2680357/?format=api",
    "airdate": "2019-12-31T09:52:22-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me Apart",
    "track_id": "42689ca4-00a4-444c-b799-feec7f66de37",
    "recording_id": null,
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Take Me Apart",
    "release_id": "68cf62f8-47a6-4818-a71e-9d2b4b0297e2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}