Information about plays

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

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

{
    "id": 349768,
    "uri": "https://api.kexp.org/v2/plays/349768/?format=api",
    "airdate": "2019-07-03T22:12:16-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/1dcc6769-fe3a-4ec1-ab21-6bbc70f8a821/23385921762-250.jpg",
    "thumbnail_uri": "",
    "song": "All The Same",
    "track_id": "ad3046c6-32c0-4e57-9542-6bdd224aade5",
    "recording_id": null,
    "artist": "Jeanines",
    "artist_ids": [
        "e1aed2f3-4af5-4d43-92a8-763e3cf8bb88"
    ],
    "album": "Jeanines",
    "release_id": "1dcc6769-fe3a-4ec1-ab21-6bbc70f8a821",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}