Information about plays

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

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

{
    "id": 347122,
    "uri": "https://api.kexp.org/v2/plays/347122/?format=api",
    "airdate": "2019-06-27T19:17:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Spent My Last $10.00 (On Birth Control and Beer)",
    "track_id": "bdb6628f-4daf-4941-910d-4aa86531c3f5",
    "recording_id": null,
    "artist": "Two Nice Girls",
    "artist_ids": [
        "40ca4c75-bac3-4d30-ac01-e0aea128c1e9"
    ],
    "album": "2 Nice Girls",
    "release_id": "b69624c8-9eb1-4dd1-b28b-3efbf1d6d44d",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1989, the original duo of Gretchen Phillips and Kathy Korniloff",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}