Information about plays

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

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

{
    "id": 349754,
    "uri": "https://api.kexp.org/v2/plays/349754/?format=api",
    "airdate": "2019-07-03T21:20:57-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sex and Magic",
    "track_id": "adef9570-6e89-46af-8dab-6b1b7b6d18be",
    "recording_id": null,
    "artist": "Esther Rose",
    "artist_ids": [
        "c6ba3b5c-3e2c-43b7-af6b-a1c05bff4472"
    ],
    "album": "You Made It This Far",
    "release_id": "e3f1c6cb-490e-43f1-b917-8a293f0fdf8f",
    "release_group_id": null,
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.estherrose.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}