Information about plays

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

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

{
    "id": 349438,
    "uri": "https://api.kexp.org/v2/plays/349438/?format=api",
    "airdate": "2019-07-03T05:03:42-07:00",
    "show": 5821,
    "show_uri": "https://api.kexp.org/v2/shows/5821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Haven",
    "track_id": "84feff52-4c66-42e2-881f-cb0a18e11697",
    "recording_id": null,
    "artist": "Sequoyah Murray",
    "artist_ids": [
        "f1ae9cbb-99e2-4bcc-a797-4a6bbbe9f0f4"
    ],
    "album": "Penalties of Love",
    "release_id": "d8e66b8a-24a0-45c8-87d9-f06209220476",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Promising debut from 22 years old Atlanta vocalist, multi-instrumentalist and producer Sequoyah Murray - https://sequoyahmurray.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}