Information about plays

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

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

{
    "id": 2682093,
    "uri": "https://api.kexp.org/v2/plays/2682093/?format=api",
    "airdate": "2020-01-04T16:10:54-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(U Watch My) Stories (But U Don’t Like My Posts)",
    "track_id": "52e704db-41ce-4d5e-8ee4-003cedf713d7",
    "recording_id": null,
    "artist": "Miss World",
    "artist_ids": [
        "533669fa-b9b1-4843-bd4b-967311319ef8"
    ],
    "album": "Keeping Up With Miss World",
    "release_id": "1448b981-3708-49f3-a4dd-9fc22b0b6415",
    "release_group_id": null,
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.pnkslm.com/miss-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}