Information about plays

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

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

{
    "id": 380740,
    "uri": "https://api.kexp.org/v2/plays/380740/?format=api",
    "airdate": "2019-09-14T10:22:25-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Push Your Brother (A.K.A. Don't Push Your Brother)",
    "track_id": "b5f26f61-50d5-36d5-972f-8a1dbe4edc80",
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [],
    "album": "Don't Cut Off Your Dreadlocks",
    "release_id": "70eddfa4-ebb0-4c92-9e74-95223cbf1d0a",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2004-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}