Information about plays

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

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

{
    "id": 342748,
    "uri": "https://api.kexp.org/v2/plays/342748/?format=api",
    "airdate": "2019-06-17T23:33:55-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk It Out",
    "track_id": "47c11a88-9178-4c94-822b-2f27bb869024",
    "recording_id": null,
    "artist": "Tensei featuring Georgia Anne Muldrow",
    "artist_ids": [
        "8f8ffb42-da51-4b72-aa63-c0195badac1c"
    ],
    "album": "Walk It Out",
    "release_id": "22a4c5cb-2f2d-4cb9-b4f2-53b0e42e3bd7",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tensei is the composer/producer/musician/beatmaker tandem of Chris Kramer and Midas Wells.    https://tensei.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}