Information about plays

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

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

{
    "id": 379162,
    "uri": "https://api.kexp.org/v2/plays/379162/?format=api",
    "airdate": "2019-09-10T14:56:00-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love Music",
    "track_id": "718b6295-eea7-4e91-9196-50b32ce3a93c",
    "recording_id": null,
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "The Best Of The O'Jays: Love Train",
    "release_id": "c0e35e2d-67f7-42e9-8425-388ee6599f2c",
    "release_group_id": null,
    "labels": [
        "Epic Legacy Records"
    ],
    "label_ids": [],
    "release_date": "1994-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Mallman’s book The Happiness Playlist is out now via Think Piece Publishing. He will visit Kinokuniya Books in Seattle on October 15th as part of his upcoming book tour.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}