Information about plays

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

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

{
    "id": 348830,
    "uri": "https://api.kexp.org/v2/plays/348830/?format=api",
    "airdate": "2019-07-02T00:22:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After the Dance (vocal)",
    "track_id": "06077a91-512d-3974-9767-b6e2fe75c654",
    "recording_id": null,
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Want You",
    "release_id": "180852f5-eaf4-3c87-a05e-2144b9734d35",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}