Information about plays

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

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

{
    "id": 1314482,
    "uri": "https://api.kexp.org/v2/plays/1314482/?format=api",
    "airdate": "2007-12-15T10:45:00-08:00",
    "show": 22987,
    "show_uri": "https://api.kexp.org/v2/shows/22987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Loaf of Bread (Something For You)",
    "track_id": "efa8d2e7-20f0-4d74-b2da-7a5019e360da",
    "recording_id": null,
    "artist": "Damian Marley",
    "artist_ids": [
        "cbfb9bcd-c5a0-4d7c-865f-2c641c171e1c"
    ],
    "album": "One Loaf of Bread (Something For You) / Too Much Gang War",
    "release_id": "1645319a-00fd-4f7a-a01d-c7ae90f6b15e",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}