Information about plays

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

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

{
    "id": 506421,
    "uri": "https://api.kexp.org/v2/plays/506421/?format=api",
    "airdate": "2002-01-12T21:15:47-08:00",
    "show": 8713,
    "show_uri": "https://api.kexp.org/v2/shows/8713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So tinha que ser com voce",
    "track_id": "001f345a-16c9-4725-8d2b-d711ef3dce28",
    "recording_id": null,
    "artist": "DJ Marky",
    "artist_ids": [
        "20f4225f-f50e-4382-8b6e-b18448bc037d"
    ],
    "album": "Elemental Chill, Volume 1: Fire",
    "release_id": "43d4e97f-ceb0-4ca3-8a75-ad9da01019b4",
    "release_group_id": null,
    "labels": [
        "Movement"
    ],
    "label_ids": [
        "0936f52c-0609-45fa-99f3-fa59fc4ae1d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}