Information about plays

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

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

{
    "id": 2682027,
    "uri": "https://api.kexp.org/v2/plays/2682027/?format=api",
    "airdate": "2020-01-04T12:19:20-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1. Divine Intervention",
    "track_id": "faca079d-2e2d-48b2-8aad-0e84e9b073de",
    "recording_id": null,
    "artist": "PVA",
    "artist_ids": [
        "3e3c2787-4412-4614-82af-ce903b4d8b96"
    ],
    "album": "Divine Intervention",
    "release_id": "dc7d1949-4035-4535-9757-892f20b82f54",
    "release_group_id": null,
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2020-01-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}