Information about plays

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

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

{
    "id": 347868,
    "uri": "https://api.kexp.org/v2/plays/347868/?format=api",
    "airdate": "2019-06-29T14:55:00-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Hello, Wave Goodbye",
    "track_id": "71156834-efbc-3336-aaa0-21f70fb53de4",
    "recording_id": null,
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "The Very Best of Soft Cell",
    "release_id": "979be4ab-622a-4d1a-a805-1b90ca6e5039",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}