Information about plays

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

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

{
    "id": 2677176,
    "uri": "https://api.kexp.org/v2/plays/2677176/?format=api",
    "airdate": "2019-12-23T14:54:00-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "My Girls",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-12-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tears for Fears covered this song in 2013! Read more about it here: https://www.stereogum.com/1604431/tears-for-fears-my-girls-animal-collective-cover/mp3s/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}