Information about plays

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

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

{
    "id": 368642,
    "uri": "https://api.kexp.org/v2/plays/368642/?format=api",
    "airdate": "2019-08-17T10:40:00-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living In Love",
    "track_id": null,
    "recording_id": null,
    "artist": "I Wayne",
    "artist_ids": [
        "bf415dc0-de39-453c-b9b1-baf4844870d0"
    ],
    "album": "Living In Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}