Information about plays

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

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

{
    "id": 374925,
    "uri": "https://api.kexp.org/v2/plays/374925/?format=api",
    "airdate": "2019-08-31T18:02:43-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Llores",
    "track_id": "398bd6d4-57cc-403e-8ad3-a0b4eeb89eb1",
    "recording_id": null,
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Amorfo",
    "release_id": "a78f25ab-9d3f-4303-8799-4c0bf23e26ce",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}