Information about plays

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

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

{
    "id": 1344842,
    "uri": "https://api.kexp.org/v2/plays/1344842/?format=api",
    "airdate": "2008-03-02T10:53:00-08:00",
    "show": 23503,
    "show_uri": "https://api.kexp.org/v2/shows/23503/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What I Got (I Got)",
    "track_id": "02d4b111-ef44-40b5-a470-01bd2044bc02",
    "recording_id": null,
    "artist": "Maurice",
    "artist_ids": [
        "19e1f789-033d-45e4-84ca-1f2d82813d11"
    ],
    "album": "Funkaphonix 2: Raw and Uncut Funk 1968-1975",
    "release_id": "63a0e201-6fb0-4ab4-9dd8-65b71af026d7",
    "release_group_id": null,
    "labels": [
        "Electrostatic"
    ],
    "label_ids": [
        "7245f54c-d9df-4731-a712-1178ee0adcd7"
    ],
    "release_date": "2000-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}