Information about plays

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

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

{
    "id": 347125,
    "uri": "https://api.kexp.org/v2/plays/347125/?format=api",
    "airdate": "2019-06-27T19:26:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Follow Your Arrow",
    "track_id": "02138510-ec3d-3227-b55e-8341ecf8d792",
    "recording_id": null,
    "artist": "Kacey Musgraves",
    "artist_ids": [
        "d1393ecb-431b-4fde-a6ea-d769f2f040cb"
    ],
    "album": "Same Trailer Different Park",
    "release_id": "78fbc1f0-c7d6-424f-8903-1a4dc1aa0d70",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}