Information about plays

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

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

{
    "id": 376947,
    "uri": "https://api.kexp.org/v2/plays/376947/?format=api",
    "airdate": "2019-09-05T09:15:58-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rodeo",
    "track_id": "b31e3186-c628-41c4-abf5-c528b78b426c",
    "recording_id": null,
    "artist": "Lisa Prank",
    "artist_ids": [
        "960d5da9-2ab3-4c2d-82ac-521caa990f59"
    ],
    "album": "Perfect Love Song",
    "release_id": "2dc525c3-ead2-41d6-bc6d-8f2cddb9015d",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from Seattle's Lisa Prank is coming soon! (October 4th to be exact) On this one having a theme of love and romance running though it, she says “I wish a different emotion was so alive and exciting to me but love is just the one that feels so visceral and consuming!” Get your pre-order in here: https://bit.ly/2lBA8ir",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}