Information about plays

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

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

{
    "id": 2683022,
    "uri": "https://api.kexp.org/v2/plays/2683022/?format=api",
    "airdate": "2020-01-06T23:24:00-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace Is Not the Word to Play",
    "track_id": "5099ee55-3111-4c94-98e3-a930935fa777",
    "recording_id": null,
    "artist": "Main Source",
    "artist_ids": [],
    "album": "Breaking Atoms",
    "release_id": "6d88b962-bb6b-4b74-a5c1-a7f5ecac3b12",
    "release_group_id": null,
    "labels": [
        "Actual Records"
    ],
    "label_ids": [],
    "release_date": "2016-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}