Information about plays

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

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

{
    "id": 2682590,
    "uri": "https://api.kexp.org/v2/plays/2682590/?format=api",
    "airdate": "2020-01-05T20:11:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You See Me",
    "track_id": "0eef102b-5260-3cdd-9ff9-2448fdd65b90",
    "recording_id": null,
    "artist": "94 East",
    "artist_ids": [],
    "album": "Symbolic Beginning",
    "release_id": "273be592-25bb-436d-a092-7a4af51590bc",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}