Information about plays

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

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

{
    "id": 2675928,
    "uri": "https://api.kexp.org/v2/plays/2675928/?format=api",
    "airdate": "2019-12-20T13:20:52-08:00",
    "show": 46186,
    "show_uri": "https://api.kexp.org/v2/shows/46186/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ac62848-06dd-4f02-9448-0c32ac9f0b3a/12913203583-250.jpg",
    "thumbnail_uri": "",
    "song": "Pray for Rain",
    "track_id": "d4d82e67-7a14-444d-847e-9a5a69e86e8d",
    "recording_id": null,
    "artist": "Pure Bathing Culture",
    "artist_ids": [
        "90d97d69-a947-4cd2-8b39-c5dec750a6f7"
    ],
    "album": "Pray for Rain",
    "release_id": "1ac62848-06dd-4f02-9448-0c32ac9f0b3a",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2015-10-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}