Information about plays

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

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

{
    "id": 347781,
    "uri": "https://api.kexp.org/v2/plays/347781/?format=api",
    "airdate": "2019-06-29T10:09:22-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Time Pressure",
    "track_id": "f3ef2905-9b6f-4073-8633-4897a21056a8",
    "recording_id": null,
    "artist": "Sugar Minott",
    "artist_ids": [
        "01d336ae-7f79-496d-94f9-211b57517b17"
    ],
    "album": "Reggae Anthology: Hard Time Pressure",
    "release_id": "40d48e05-ea92-41f2-b971-d696265258e0",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}